
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
Extension Methods in C# - An Introduction with Examples and Output
4 minute read
Extension methods are a powerful feature in C# that allows developers to add new functionality to existing classes without modifying the original source code...
Introduction to the Yield Statement
2 minute read
The yield statement is a powerful construct in C# that allows you to create custom iterators. It allows you to define a method that returns a sequence of val...
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...