Course: Learn ASP.NET Web API

In this course, you will learn how to develop Restful Services using C# & ASP.NET Web API.

Prerequisites:

  • You should have Passion for Learning
  • You should have completed following courses

1 – Starting with ASP NET Web API

2 – Testing Web API using Fiddler & Postman – ASP.NET Web API

3- Consuming API using AJAX – ASP.NET Web API

4 – Accessing Web API from different MVC Project Cors – ASP.NET Web API

5 – File Uploading & Downloading – ASP.NET Web API

6 – Token Generation using Owin – ASP.NET Web API

7 – Using Bearer Token with API Request – ASP.NET WEB API

8 – Generating & Consuming Token in Application – Example 1 – ASP.NET WEB API

In this video, we’ll learn how you can generate & consume token from a web application (using AJAX).

9 – Using Token with AJAX – Example 2 – ASP.NET WEB API

In this video, we’ll learn how you can generate token from server side and then how can you consume that token from client side.

10 – Using Token with AJAX Example 3 – ASP.NET WEB API

In Web development, We know the importance of SESSION memory on server. If you want to keep something on server side and want to access that data in next request, you use SESSION.

What is alternative of this in WEB API, especially where there is no SESSION? We’ll learn this in this video.

Leave a Reply