News

Knowing the architecture for ASP.NET Core 2.1 Web API solutions may help broaden your understanding. The solution and all code from this article’s examples can be found in my GitHub repository.
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 ...
Click Create. We’ll use this ASP.NET Core 7 Web API project to work with SendGrid in the sections below. Why use SendGrid?
If you want to impress your boss (or client) with your diligence in generating documentation for your Web Service, then you need Swagger. That it will also make it easier for you to run tests on your ...
Web API provides the necessary action methods for HTTP GET, POST, PUT, and DELETE operations. You would typically pass a single object as a parameter to the PUT and POST action methods.