Data Modelling for Document Databases

Introduction Denormalization One-to-Few vs One-to-Many One-to-Many Example One-to-Few Example Embedding vs Referencing Relationship Type One-to-One One-to-Few One-to-Many Common Queries Referential Integrity Partitioning Cross-Partition Queries Number of Partitions Distributing Workload 1. Introduction Designing the schema for a document database requires a very...

C# 8.0 Features (Part 3)

Part 2 Using Declarations Nullable Reference Types Asynchronous Enumerables 1. Using Declarations C# 8.0 introduces an alternative way to leverage using statements. This new way is called a using declaration. It reduces unnecessary code nesting and improves readability. Here is a...