Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The Complete ASP.Net Core Web APIs Course With JWT Security
Rating: 4.2 out of 5(457 ratings)
3,767 students

The Complete ASP.Net Core Web APIs Course With JWT Security

Latest approach of creating, hosting, consuming web apis and implementing Cookies and JWT based security
Created byManzoor Ahmed
Last updated 7/2020
English

What you'll learn

  • Hosting and Calling Web APIs to the live hosting sever by enabling cors
  • Performing CRUD Operations and testing with Fiddler
  • Understanding HTTP Request And HTTP Response and Creating Organization Service
  • Enabling Documentation For API Using Swagger
  • Working with various Response Types, Enhancing CRUD Operations
  • Parameters Passing Mechanism In Web APIs
  • Working With Routes in Organization Service
  • Making async Actions, Scaffolding Web APIs
  • Circular Referencing Problem and two solutions
  • Two ways of Handling Exception globally
  • Returning XML data from Web API for Organization Service
  • Cookies based Authentication and Authorization
  • Understanding Principle, Identity and Claims
  • Authentication and Authorization using JSON Web Tokens(JWT)

Course content

6 sections36 lectures6h 3m total length
  • Introduction To ASP.Net Core 2.2 Web APIs23:54

    Introduction to ASP.NET Core 2.2 web APIs, explaining service oriented architecture, hosting reusable services on separate servers, and RESTful web APIs built on dotnet core for cross-platform, HTTP-driven data exchange.

  • Creating And Consuming A Simple Web API29:32
  • Getting Started With ASP.Net Core 3.1 Web APIs7:15
  • Hosting Web APIs On Live Server6:20
  • Source Code Of Section 10:01

Requirements

  • Programming With C#.Net
  • Entity Framework
  • MS SQL Server Query writing (Recommended)
  • ASP .Net MVC (Recommended)

Description

[Updated With Latest Lecture On Migration from ASP.Net Core 2.0 Web API to ASP.Net Core 3.1 Web API]

Why ASP.Net Core Web APIs?
ASP.NET Core is OS neutral and integrates seamlessly with popular client-side frameworks and libraries, including Blazor, Angular, React, and Bootstrap. Millions of developers have used (and continue to use) ASP.NET 4.x to create web apps. ASP.NET Core is a redesign of ASP.NET 4.x, with architectural changes that result in a leaner, more modular framework.

ASP.NET Core Web API is a framework that makes it easy to build HTTP services that reach a broad range of clients, including browsers and mobile devices. ASP.NET Core Web API is an ideal platform for building RESTful applications.

HTTP is not just for serving up web pages. It is also a powerful platform for building APIs that expose services and data. HTTP is simple, flexible, and ubiquitous. Almost any platform that you can think of has an HTTP library, so HTTP services can reach a broad range of clients, including browsers, mobile devices, and traditional desktop applications.

Who this course is for:

  • .Net Web Developers