The Tech PlatformDec 1, 2021.NETDesigning Interfaces in .NET C#While working on your masterpiece software system, you define your own interfaces to act as contracts between your different system...
The Tech PlatformNov 26, 2021.NETHow to use Polly in .NETPolly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit...
The Tech PlatformJul 3, 2021.NETCQRS Pattern Using MediatR In .NET 5In this article let us learn the basics of the CQRS pattern using the MediatR NuGet package in .Net 5. We know how a traditional web API...