What and why IValidatebleObject in C#
IValidatableObject is an interface in C# that defines a method named Validate, which enables an object to perform custom validation logic. When you implement...
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...
GitHub packages registries is most popular now a days. It offers different packages registries for most used package managers, such as NuGet, npm, Docker etc...
API Gateway is an entry point for backend application. It maintains routing, authentication, logging, service discovery etc. Ocelot is used to design and dev...