A complete guide to scalable RESTAPI using ASP.NETCore API in .NETCore 6 (.NET 6), Entity Framework Core (EFCore), and SQL Server database.
This course is for all skill levels and is best suited for beginners and intermediate developers who have gained knowledge in C# and ASP.NETframework and want to use their skills to learn highly scalable WEBAPIs using REST principles.
In this WEB API course, we will use ASPNETCore Version 6 (also known as .NET 6) and create a RESTful WEBAPI.
During this course, you will gain so much experience creating APIs and endpoints and by the end, I am confident that you will gain enough practical knowledge to create your own ASP.NETCore APIs.
We will create a very engaging Web API in which we will create the regions and walks of New Zealand and we will create an ASPNETCore Web API so that clients of this API are able to consume this data.
We will start with learning what are the principles of REST, understand the files that ASP.NETCore creates as part of a new project.
Then we will create and understand our domain and domain models.
Then we will go ahead and install Entity framework core and using EF Core migrations we will create our SQL Server Database.
We will then create controllers for our API and test them using Swagger UI.
We will also understand and implement the concepts of Domain and Data models and use clean coding techniques to build our ASP.NETCORE Web API.
We will use a famous third-party library called Automapper to map objects inside our API.
With all of this, we will go on and create CRUD operations for our Web API. We will perform Create, Read, Update and Delete operations on our API using the Repository Pattern in ASP.NETCore API.
We will then add validations to our ASPNET Core Web API and use another famous third-party library called FluentValidations to validate our models.
Then we will understand and implement Authentication and Authorization in ASP.NETCOREWeb APIS using JWT tokens and see how we can generate JWT tokens using our API (Server) so that we can Authenticate and Authorize the clients of our application.
We will use Postman and Swagger to test our Authentication and Authorization.
What you will learn in this ASPNETCOREWEBAPICourse:
Understand APIs
RESTPrinciples
Creating New ASP.NET Core APIProject
Understand .NET 6 and New APIProject In .NET 6
Learn And Install Entity Framework Core (EFCore) In ASPNETCore API Project
Understand Domain Models and Repository Pattern
Use Swagger To Test ASPNETCore WEBAPI project
Understand Domain models and DTOs
Learn How ToMap Models To One Another Using Automapper
Learn Asynchronous Programming (Async Await)
Validate ASPNETCore WEBAPI and Learn and Use Fluent Validations To Validate the API
Understand and Add Authentication and Authorization To ASPNETCore API and Create Read and Write Users To Test this Via Postman
Incorporate Authentication Into SwaggerUI
I assure you that by the end of this course, you will have the confidence to create scalable ASP.NETCore WEBAPIs from scratch.