Introduction to Azure Cosmos DB
Introduction In the realm of databases, Azure Cosmos DB stands out as a Microsoft-backed, fully managed NoSQL solution. Boasting an impressive single-digit millisecond response time, it seamlessly scales to meet…
Introduction In the realm of databases, Azure Cosmos DB stands out as a Microsoft-backed, fully managed NoSQL solution. Boasting an impressive single-digit millisecond response time, it seamlessly scales to meet…
"Enhancing App Security with Azure Managed Identities" is the topic of this article. Within its contents, we will explore methods for bolstering app security by eliminating the use of exposed…
You will never see your code like before once you understand JIT. In this article we will demonstrate how JIT generates IL code, by comparing performance of List and generics…
Dictionary is common data structure which most of developers use to store data for quick access in future. It provides various operation, has good capabilities and has really good time…
In this article we will try to bring some light on Enumerator or foreach. What is Better? Both has same motive, to perform loop. One allow us to have more…
This article reflect on how to access private member of class. There are multiple routes to achieve this but in this article we will focus on the right approach. Introduction…
Why use service bus queue and topic instantly. With the help of service bus queue and topic, we can Decouple client and server applications Implement fire and forget easily Increase…
Introduction Development process is equally important aspect of a SDLC as testing. Testers and developers often face this issue when it comes to testing azure service bus trigger functions or…
Azure service bus is a message broker which transfers messages to another in a more secured and consistent way. Service bus employed to decouple applications and, systems. This article covers…
We can push messages to any services bus from our pipelines which can help an enterprise application to be more streamlined and ready for users