Microsoft .NET | News, how-tos, features, reviews, and videos
Take advantage of the session middleware component in ASP.Net Core to store and retrieve user data
Take advantage of the command design pattern to decouple the requester of an action from the object that executes the action
How to use profiles, reverse mapping, nested mapping, and other advanced operations of the open source object mapper AutoMapper
Take advantage of these best practices to create lean, clean, and flexible controllers in ASP.Net Core
Follow these best practices when using asynchronous programming in .NET Core to build more performant and scalable applications.
Use AutoMapper to eliminate the need to write tedious boilerplate code when mapping objects in your application.
Take advantage of open source Swashbuckle to generate Swagger documents for your ASP.NET Core Web API.
Take advantage of dependency injection to create flexible, loosely coupled ASP.Net Web Forms applications
Take advantage of the Autofac inversion of control container to manage dependencies in your ASP.Net Core applications
Take advantage of MediatR and the mediator design pattern to reduce the dependencies between objects in your ASP.Net Core applications