Take advantage of action filters in ASP.NET Core MVC to execute custom code at specific points in the request pipeline Filters in ASP.NET Core MVC allow us to execute code before or after specific ...
API Analyzers, introduced with ASP.NET Core 2.2, enable you to follow a set of conventions to improve the documentation of the APIs of your ASP.NET Core applications. API Analyzers work with any ...