News

ASP.NET Web API 2.1 is currently the latest release from Microsoft. It offers a variety of new features, including the new BSON format. It can be utilized like other formats, but offers a lightweight ...
This article presents a discussion of how we can return data in ASP.NET Core Web API using each of those types, with relevant code examples in C#.
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.