News

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.
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.
Figure 1. Web API Documentation Created with ApiExplorer (Source: Microsoft/Yao Huang Lin) Actually, Yao's blog is a treasure trove of information and examples for building pretty sophisticated API ...
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.
At this point, Web API is running and ready to respond to your requests. The first thing to try is a simple GET request on /api/products. I've done this in a tool named Fiddler2. As Figure 5 shows, ...
A Web API is an online “application programming interface” that allows developers to interact with external services. These are the commands that the developer of the service has determined ...
Since Fielding’s paper, web APIs have been proliferating all over the Internet, and many API creators qualify their offspring as RESTful, i.e. adhering to REST principles.
Google's diagram of the Web Integrity API. Credit: Google Google likes to describe its APIs in a generic sense, but in reality, most of the actors in this play would probably be Google.
Web NFC API - Allows websites to communicate with NFC tags through a device's NFC reader. Device Memory API - Allows websites to receive the approximate amount of device memory in gigabytes.