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 ...
Take advantage of a custom message handler to log request and response metadata in Web API for debugging, tracing, and inspection of the incoming and outgoing calls Like authentication, caching, and ...