How to Develop REST Web API using ASP.NET MVC
- Description
- Curriculum
- FAQ
- Reviews
Web APIs are one of the essential component in the applications which involve data exchange in client-server machine architecture. In this course you will learn about development of REST web API using ASP.NET MVC platform from basic to advance level. This course outlines following topics i.e.
-
What is REST Web API?
-
How to setup basic REST Web API Project using ASP.NET MVC in Visual Studio?
-
How to generate REST Web API Security Key for authorization?
-
What are JSON Objects Mapper in C#.NET?
-
How to create REST Web API HTTP POST type method?
-
How to create REST Web API HTTP GET type method without Request Query Parameters?
-
How to create REST Web API HTTP GET type method with Request Query Parameters?
-
How to change REST Web API method name in ASP.NET MVC using Name Routing?
-
How to do non-token based basic REST Web API authorization?
-
How to do Token based REST Web API authorization using oAuth in ASP.NET MVC?
-
What is Entity Framework?
-
How to connect REST Web API with SQL Server using Entity Framework Database First?
-
1Introduction to REST Web APIVideo lesson
In this lecture you will learn about REST web API, the difference between Web and Web API and the difference between REST Web API vs SOAP Web API.
-
2How to Setup REST Web API Project in Visual StudioVideo lesson
In this lecture you will learn to setup a basic REST Web API project using ASP.NET MVC platform in Visual Studio.
-
3How to Generate REST Web API Security Key for AuthorizationVideo lesson
In this video you will learn to generate REST Web API security key or API key for REST Web API authorization purpose.
-
4What are JSON Objects Mapper in C#.NETVideo lesson
In this video you will learn about JSON objects mapper i.e. what are JSON objects mapper and how to create JSON objects mapper in C#.NET
-
5How to Create REST Web API HTTP POST type method using ASP.NET MVCVideo lesson
In this lecture you will learn to Create REST Web API HTTP POST type method using ASP.NET MVC platform.
-
6How to Create REST Web API HTTP GET type method without Request Query ParametersVideo lesson
In this lecture you will learn to Create REST Web API HTTP GET type method without using Request Query Parameters.
-
7How to Create REST Web API HTTP GET type method with Request Query ParametersVideo lesson
In this lecture you will learn to Create REST Web API HTTP GET type method with passing Request Query Parameters.
-
8How to change REST Web API method name in ASP.NET MVC using Name RoutingVideo lesson
In this lecture you will learn to change REST Web API method name in ASP.NET MVC using Name Routing.
-
9How to Create non-token based basic REST Web API authorization using ASP.NET MVCVideo lesson
In this lecture you will learn to create non-token based basic REST Web API authorization using ASP.NET MVC.
-
10How to Create Token based REST Web API authorization using oAuth in ASP.NET MVCVideo lesson
In this lecture you will learn to create Token based REST Web API authorization using oAuth in ASP.NET MVC.
External Links May Contain Affiliate Links read more