Take advantage of the options pattern to load configuration data directly into your classes at runtime for simple and flexible configuration data management When working in ASP.NET Core you will often ...
Take advantage of MediatR and the mediator design pattern to reduce the dependencies between objects in your ASP.Net Core applications MediatR is an open source project and an implementation of the ...