ASP.NET Core Web API – Zero to Hero [ASP.Net Core 5.0]

Master the ASP.NET Core Web API concepts, Develop RESTful Web API and consume them in Angular application

ASP.NET Core Web API is the latest and most powerful framework for the development of RESTful Web API. This Asp.Net Core Web API is open source and supported by Microsoft.

What you’ll learn

  • Fundamentals of ASP NET Core Web API.
  • Build RESTful API’s in ASP NET Core 5.0.
  • Real world Book Store API application.
  • Host builder and Web host builder.
  • Middleware.
  • Dependency Injection: Different ways to inject and resolve the dependency.
  • Routing.
  • Format the response of your API.
  • Get, Post, Put, Patch, Delete API development.
  • Consume the APIs in Angular application.
  • Login & Signup using Entity framework Core, Identity Core & JWT.
  • And lots of other concepts….

Course Content

  • Introduction –> 2 lectures • 3min.
  • Why exactly do we need the Web API –> 4 lectures • 9min.
  • Fundamentals of HTTP, HTTP Verbs and Status Code –> 6 lectures • 14min.
  • System Setup –> 6 lectures • 15min.
  • Introduction to Asp.Net Core Web API project –> 6 lectures • 16min.
  • Explanation of Asp.Net Core Web API Project files –> 3 lectures • 12min.
  • Convert a Console application to Asp.Net Core Web API application (The Origin) –> 8 lectures • 28min.
  • Middleware and HTTP Request Pipeline –> 7 lectures • 25min.
  • Routing in Asp.Net Core Web API –> 12 lectures • 43min.
  • Controller Action Return Type in Asp.Net Core –> 3 lectures • 7min.
  • Built-In methods to return Response data with proper Status Code –> 7 lectures • 24min.
  • Model Binder – The process of binding the incoming request data to dot net types –> 11 lectures • 53min.
  • Dependency Injection –> 7 lectures • 34min.
  • Ream world Asp.Net Core Web API Application Development –> 1 lecture • 3min.
  • Installation and Setup the Entity Framework Core –> 5 lectures • 19min.
  • RESTful Web API Development –> 9 lectures • 56min.
  • Consume the Web API in Angular application –> 4 lectures • 25min.
  • Login and Signup with JWT Token and Identity Core –> 6 lectures • 40min.
  • End of the Course –> 1 lecture • 1min.

ASP.NET Core Web API - Zero to Hero [ASP.Net Core 5.0]

Requirements

ASP.NET Core Web API is the latest and most powerful framework for the development of RESTful Web API. This Asp.Net Core Web API is open source and supported by Microsoft.

RESTful Web APIs are the most essentials part of any modern world application. These RESTful Web APIs help us to extend our application on multiple platforms like Web app, Android app, iOS app, etc.

Learning Journey

We will start our learning from the fundamentals of Web API like

  • What is Web API?
  • Why do we need Web API for our application?
  • What is the best framework for Web API development?
  • How to set up the development Machine?
  • Develop Web API in Real-world Book Store application
  • Consume the APIs in Angular Application.
  • How to work with Entity Framework Core 5.0 Code first approach?
  • How to create Login and Signup tables automatically using Identity Core?
  • And lots of other concepts.

What type of APIs we will develop

We will develop the following types of APIs

  • HTTP GET: Get single and multiple resources from the database
  • HTTP POST: Add a new resource (book) to the database
  • HTTP PUT: 2 ways to update all columns of a resource in the database
  • HTTP PATCH: Update only a few columns of a resource (Excellent explanation)
  • HTTP DELETE: Delete a resource from the database

Tools and technologies used in this RESTful Web APIs using Asp.Net Core 5.0

We will use all the latest tools and technologies for the development of RESTful Web APIs using Asp.Net Core.

  • Asp.Net Core 5.0
  • Entity Framework Core 5.0
  • Identity Core 5.0
  • SQL Server
  • JWT
  • C#
  • JSON format output
  • Postman (Web API testing client tool)
  • Visual Studio 2019
  • Visual Studio Code
  • SQL Server Management Studio
  • A couple of other packages that are required to develop reliable and robust Web APIs

Code Exercise file

You will get the entire code that is used in this tutorial in the Course resources lecture.

Get Tutorial
” actual_file_name=”ASP.NET Core Web API – Zero to Hero [ASP.Net Core 5.0]” site_tag=”DevCourseWeb.com”]