Rating 4.83 out of 5 (3 ratings in Udemy)
What you'll learn- Web API Development using Controllers with .NET 6
- Developing model class with validations
- Implementing Data Access Layer/Logic using Entity Framework Core
- Developing Generic Synchronous Repository Pattern to implement CRUD operations
- Authentication using Custom Credentials
- JWT Authentication and Authorization
- Role Based Authorization - Grant and Revoke permissions
- Working with DTO [Data Transfer Object] and AutoMapper [What, …
Rating 4.83 out of 5 (3 ratings in Udemy)
What you'll learn- Web API Development using Controllers with .NET 6
- Developing model class with validations
- Implementing Data Access Layer/Logic using Entity Framework Core
- Developing Generic Synchronous Repository Pattern to implement CRUD operations
- Authentication using Custom Credentials
- JWT Authentication and Authorization
- Role Based Authorization - Grant and Revoke permissions
- Working with DTO [Data Transfer Object] and AutoMapper [What, Why and How]
- Testing Web API using Postman
- Testing Web API using Angular application
- Testing Web API using React JS application
- Developing Generic Asynchronous Repository Pattern to implement CRUD operations
- Understanding Minimal API in .NET 6
- Performing CURD operations in Minimal API using Asynchronous Repository Pattern along with D.I.
- Introduction to Auth0 Security
- Working with Auth0 Dashboard - Generate Access Token
- Securing Minimal API Endpoints using Auth0
- Extra Material access information
DescriptionSharing data with authentication and authorization across number of platforms and devices is a challenging job. Being a developer, in an organization, we build solutions using different technologies, libraries, frameworks etc. To share the data with all these platforms and devices, we can think of ASP.NET Core Web API along with authentication, authorization and many more features which we can use during the development of our applications.
In this course, we will learn ASP.NET Core Web API development by building a project with controller based API and Minimal API which is introduced in .NET 6. We will also see how to secure Minimal API using Auth0 security with Access Token. Also, let's see how to use DTOs [Data Transfer Object] and Auto Mapper in our application. This will be a complete hands-on course where we will develop our API with different examples. During the ASP.NET Core Web API development, we will use -
We will use Microsoft Visual Studio 2022 and Microsoft SQL Server. Along with that we will test our Web API endpoints using -
Swagger UI
Postman
Angular Application
React JS application