One of the most impressive features of Cosmos DB is its support for many different APIs including the Gremlin API. When using the Gremlin API, Cosmos DB effectively becomes a graph database. Graph databases are particularly suitable for use cases with...
To get the Microsoft Azure Developer Certification, you need to pass the AZ-204 exam. I’ve put together a list of resources I used to prepare for and pass the AZ-204 exam. These resources consist of Microsoft Learn modules, Microsoft documentation, Pluralsight...
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...
Intro Prerequisites Project Setup Data Modelling Configuration Building the API 1. Intro EF Core 3 makes it easy to build applications with Cosmos Db. We will use the new Cosmos Db provider to create a NoSQL-powered RESTful web API. The finished...