
Mahedee Hasan
I am a Microsoft MVP (8th times), programmer, software architect, consultant, author, researcher, technical blogger, technical speaker, trainer and learner. I have more than 15 years experience in the field of software design and development.
You May Also Enjoy
Configure Load Balancer using Eureka and ocelot with asp.net core and docker
10 minute read
A load balancer is a component that distributes incoming network traffic across multiple servers to optimize resource utilization, maximize throughput, minim...
Application of Event Sourcing using asp.net core, DDD, EF, EventStoreDB and SQL Server
19 minute read
Event sourcing is a most important pattern to design a microservice based application. If you are working with multiple services in a microservice based appl...
How to create .Net custom template using GitHub Packages Registry
4 minute read
.NET gives us opportunity to create custom template for future use and GitHub packages registry is most popular now a days to host custom template. In this a...
How to handle Idempotentcy in distributed system using asp.net core
7 minute read
In a distributed application, idempotent operation or idempotency refers to the property of an operation such that multiple identical requests have the same ...
Comments