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 ...
Take advantage of attribute-based routing in ASP.NET Core to decouple the controller and action names from the route template and allow more flexibility in your routing. The routing middleware in ...