How to Create Stored Procedures in Azure Cosmos DB

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...

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

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,...

www.CodeNirvana.in

Protected by Copyscape
Copyright © 2025 Compilemode