1 / 12

ASP.NET Web API Tutorial For Beginners | How To Create Web API Using ASP.NET |

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

Simplilearn
Télécharger la présentation

ASP.NET Web API Tutorial For Beginners | How To Create Web API Using ASP.NET |

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What’s In It For You? • What Are Web APIs? • Examples of Web APIs • Features of Web APIs • Demo

  2. What are Web APIs?

  3. Click here to watch the video

  4. 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

  5. Examples of Web APIs

  6. 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

  7. Features of Web APIs

  8. 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

  9. DEMO

More Related