Getting Started with ASP NET Web API 2 HD
In this tutorial, you will use ASP.NET Web API to create a web API that returns a list of products. The front-end web page uses jQuery to display the results. Topics we will cover: 1. Create a Web API Project 2. Adding a Model 3. Adding a Controller 4. Using Swagger to run API 5. Calling the Web API with Javascript and jQuery 6. Running the Application 7. Using F12 to View the HTTP Request and Response