Managing cloud infrastructure We are building our upcoming online database manager SQL Studio SQL App on cloud infrastructure. Currently we use Amazon Web Services (AWS) as primary cloud provider and plan to expand
A database with a view Many relational database engines support views. Views can act as a kind of virtual tables and using them can sometimes greatly improve the architecture and the testability of the system,
C# Improve autocomplete performance with custom binary serialization Using BinaryReader and BinaryWriter for fast custom de/serialization of C# objects