110 likes | 215 Vues
In this presentation on ASP.NET Web API we will understand how web application programming interface is used in ASP.NET. The ASP.NET Web API is a framework for creating HTTP-based services that can be used in a variety of applications discussed in the video. At the end of the slide we have the demo to create a web API in asp.net. <br>Here is the list of topics covered in this presentation on ASP.NET Web API:<br><br>1. What are Web APIs?<br>2. Examples of Web APIs?<br>3. Features of Web API<br>4. Demo
E N D
What’s In It For You? • What Are Web APIs? • Examples of Web APIs • Features of Web APIs • Demo
What Are Web APIs? • The ASP.NET Web API is a framework for creating HTTP-based services that can be used in a variety of applications on a variety of platforms, including web, games, Windows, and mobile • On the.NET Framework, ASP.NET Web API is an excellent foundation for developing RESTful apps
Examples of Web APIs PlayFab This Web API is used for games Microsoft Graph It is a collection of API that gives back Microsoft account Azure DevOps We can information Related to DevOps pipeline Cognitive Services It is used for implementation of Machine learning
Features of Web API The ASP.NET Web API platform is suitable for creating RESTful services Web API is based on ASP.NET and uses ASP.NET request/response pipeline HTTP verbs are mapped to method names in the ASP.NET Web API It can be hosted on IIS or any other web server that supports.NET 4.0+ ASP.NET Web API supports different Data types To interface with the Web API server, the ASP.NET Web API framework contains a new HttpClient