• Post category:StudyBullet-5
  • Reading time:5 mins read


SQL Server Database | Entity Framework | Token Based Authorization | API Security Key | JSON Objects Mapper

What you will learn

REST Web API Development from Basic to Advance level

Introduction to REST Web API

REST Web API vs SOAP Web API

Setup Basic REST Web API Project in Visual Studio

API Security Key Generation for Authorization

JSON Object Mapper in C#

Non-Token Based REST Web API Authorization

Token Based REST Web API Authorization

Introduction to Entity Framework

REST Web API connection with SQL Server Database using ASP dot NET MVC Platform

Description

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.


Get Instant Notification of New Courses on our Telegram channel.


  1. What is REST Web API?
  2. How to setup basic REST Web API Project using ASP.NET MVC in Visual Studio?
  3. How to generate REST Web API Security Key for authorization?
  4. What are JSON Objects Mapper in C#.NET?
  5. How to create REST Web API HTTP POST type method?
  6. How to create REST Web API HTTP GET type method without Request Query Parameters?
  7. How to create REST Web API HTTP GET type method with Request Query Parameters?
  8. How to change REST Web API method name in ASP.NET MVC using Name Routing?
  9. How to do non-token based basic REST Web API authorization?
  10. How to do Token based REST Web API authorization using oAuth in ASP.NET MVC?
  11. What is Entity Framework?
  12. How to connect REST Web API with SQL Server using Entity Framework Database First?
English
language

Content

Getting Started

Introduction to REST Web API
How to Setup REST Web API Project in Visual Studio
How to Generate REST Web API Security Key for Authorization
What are JSON Objects Mapper in C#.NET

How to Develop REST Web API using ASP.NET MVC

How to Create REST Web API HTTP POST type method using ASP.NET MVC
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 Authorize REST Web API using ASP.NET MVC

How to Create non-token based basic REST Web API authorization using ASP.NET MVC
How to Create Token based REST Web API authorization using oAuth in ASP.NET MVC

How to Connect SQL Server Database with REST Web API using ASP.NET MVC

Introduction to Entity Framework
How to connect REST Web API with SQL Server Entity Framework Database First