Take advantage of filters to execute custom code at specific points in the request processing pipeline and avoid code duplication across actions. Filters allow you to run code at certain stages of the ...
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 ...