Full stack dev🧑🏻‍💻

Prevent data corruption when multiple users concurrently try to update a single Cosmos DB item in an Azure Function. Implement optimistic concurrency control using ETags and retry logic to ensure correct updates....

Cover Image for C# Cosmos DB simple "lock" functionality by implementing Optimistic Concurrency Control

More Stories

Cover Image for Exploring the Power of Kusto Query Language in Azure Application Insights

Exploring the Power of Kusto Query Language in Azure Application Insights

In this blog post we will look into a few samples of Kusto queries. The purpose of this is to get familiar with how queries look like and how they can be tested out in the Azure portal....

Cover Image for Observability with Application Insights and the Kusto Query Language (KQL) - introduction

Observability with Application Insights and the Kusto Query Language (KQL) - introduction

Efficient monitoring and gathering insights are vital for maintaining robust and high-performing applications. If you are hosting your applications in Azure, then it is a good idea to get familiar with Application Insights and what it has to offer....

Cover Image for Automatically generate oauth tokens in Postman

Automatically generate oauth tokens in Postman

Generate oauth token in Postman automatically for all of your requests....

Cover Image for Using pre-request scripts in Postman to avoid dangerous API calls

Using pre-request scripts in Postman to avoid dangerous API calls

Use pre-request scripts in Postman to avoid accidentally making dangerous calls to APIs in production...

Cover Image for How to create a general error handler in ASP.NET Core using an error handler middleware and custom exceptions

How to create a general error handler in ASP.NET Core using an error handler middleware and custom exceptions

How to handle errors in ASP.NET Core in a nice way using middlewares and custom exceptions...

Cover Image for How to read appSettings in .NET Core with a typed model

How to read appSettings in .NET Core with a typed model

How to read and access settings in appSettings using a typed model in C# .NET Core...