Application of Event Sourcing using asp.net core, DDD, EF, EventStoreDB and SQL Server
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...
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...
.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...
IValidatableObject is an interface in C# that defines a method named Validate, which enables an object to perform custom validation logic. When you implement...
In a distributed application, idempotent operation or idempotency refers to the property of an operation such that multiple identical requests have the same ...
Service discovery is a process in microservice architecture that enables dynamic registration and lookup of services in a network environment. It allows micr...