Love is in the air for Chelsea Handler! The comedian and talk show host shared a sweet message in her Instagram story about finding love with her boyfriend, Jo Koy. Handler called Koy the love of her ...
In an earlier column I showed how to add custom processing to every request or response that your ASP.NET MVC or ASP.NET Web API site receives or produces. In that column, I offhandedly remarked about ...
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 ...
A custom wrapper for your Web API responses can provide meaningful information and ensure consistency regardless of success or failure. When working with ASP.NET Web API, it is important to return a ...
As an outspoken feminist, it's no surprise that Chelsea Handler didn't forget to include a feminist message on the Chelsea premiere. She kicked off the show by noting that, since it's an election year ...
When a request comes in to your ASP.NET site, it's routed through a series of message handlers (in ASP.NET Web API) or modules (in ASP.NET MVC), each of which performs some operation on the request.