News

In the “Create New ASP.NET Core Web Application” window, select .NET Core as the runtime and ASP.NET Core 3.1 (or later) from the drop-down list at the top. I’ll be using ASP.NET Core 3.1 here.
By Peter Vogel 09/07/2012 I've looked at the new ASP.NET Web API before, but only at retrieving data and only in the ASP.NET MVC template generated by Visual Studio 2010. In this column, I want to do ...
Using exception filters in ASP.NET Web API Exception filters are filters that can be used to handle unhandled exceptions that are generated in your Web API controller methods.
For .NET Framework developers, check out the Swagger.Net and Swashbuckle projects for documenting ASP.NET Web API projects with Swagger. FubuMVC Swagger, unsurprisingly, provides Swagger generation ...
One issue with having so many RESTful web services APIs is that their designers simply don't have a solid grasp of RESTful principles. In this RESTful APIs tutorial, we will look at the philosophy ...