In my previous articles, we have learned how to create Azure Cosmos DB as well as how to implement the Azure Cosmos DB CRUD operation programmatically with ASP.NET Core. If you wanted to read my previous articles, then read them using the following links: Getting...
How to Create Stored Procedures in Azure Cosmos DB
Filed Under:
Azure,
Azure-CosmosDB,
Cosmos-DB,
CosmosDB,
no-sql,
NoSQL
on
Feb 11, 2024
compilemode.com
Understanding Horizontal vs. Vertical Scaling
In this article, we will learn about vertial and horizontal scalling in simple language, as many get confused while distinguishing between these two concepts of scalling the infrastructure. What is Scalling?Just like adjusting the number of lanes on...
Difference Between Fetch and Pull Git Commands
In this blog post, we will learn about the difference between the get Fetech and pull commands, which are commonly used when working with a centralised code repository like Azure DevOps, etc.Consider the scenario. Our code repository is hosted on Azure...
How to use Azure Cosmos DB Locally for Development

In this article, we will learn how to use the Azure Cosmos DB for local development without consuming cloud resources with a CRUD operation example. This method reduces the cost of testing numerous scenarios during development. Step 1: Set up PrerequisitesTo...
Building CRUD Web API for Cosmos DB using C# ASP.NET Core
Filed Under:
API,
ASP.NET-core,
Azure,
Cosmos-DB,
CosmosDB,
csharp,
SQL-API,
Web-API
on
Sep 1, 2023
compilemode.com

In this article, we will be building a CRUD (create, read, update, and delete) Web API using C# and ASP.NET Core to interact with Cosmos DB. This article will take you through the process of setting up a Cosmos DB database, creating a Web API project,...