Azure Durable Functions – Part 1

Azure Durable Functions – Part 1

What is Azure functions? Azure Functions is Azure’s Function-as-a-Service offering.A serverless cloud environment for your application to run with less code, less infrastructure maintenance, and save your cost. This helps to reduce the deployment time and worries of...
Azure Cosmos Database CRUD Operations with C#

Azure Cosmos Database CRUD Operations with C#

In this blog, we will learn how to create Azure Cosmos Database CRUD (Create, Update, Read, Delete) Operations in the employee management web application (C#). Before starting the application, we must know: why the Azure Cosmos database? NoSQL – Azure Cosmos DB...