News

Peter returns to the ASP.NET Web API in Visual Studio 2012 to use it with ASP.NET. And this time, he's moving complete objects from the client up to the server in an HTTP POST. I've looked at the new ...
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 ...
Create an ASP.NET Core Web API project in Visual Studio First off, let’s create an ASP.NET Core 7 Web API project in Visual Studio 2022. Follow the steps outlined below.
Practical ASP.NET Returning Raw JSON Data in Web API with Marten Here's a trick to have Marten automatically deserialize JSON data only when you want it to. By Jason Roberts 02/16/2017 ...