14 followers
Professionally Technical Architect. Love software design and development, explore and learn new technology, mentoring and sharing knowledge. Craving for performance, optimization and automation.
Recently I came across this scenario related to Azure Serverless components, specially Azure Functions and Azure Sql Database (Serverless) and how its...
Entity Framework Core or EFCore has an interceptor for various behavior and one such interceptor is DbTransactionInterceptor. This is a abstract class...
In my previous post related to outbox pattern, I have described different flow and what advantage or benefit It provides and specially for reliable...
Recently I am exploring XUnit some internal information. There are some test framework that has specific method that execute before and after each...
Before jumping into "Outbox Pattern", Let's understand the scenario and problem it solves. When working with Microservices Architecture, there is a...
In this article, I will discuss about how to create reusable Azure Functions. Sometime when Function App is being adopted as a Service in...