This is a Beginner to Intermediate level course on ASP.NETCore Web API that will take you from the basics of building APIto consuming them. This course is for anyone who is new to RESTful Web API's in ASP.NETCore or who is familiar with ASP.NET and wants to learn how to consume them effectively in anASP.NETCore Web application.
By the end of this course, you will be able to build a RESTful web service with Web API by yourself, make GET, POST, PUT and DELETE HTTP Requests with a well-built repository pattern in ASP.NETCore Project. You will also get a sneak peek at Entity Framework Code First migrations and learn how to save your data persistently in a database.
We will cover authentication and authorization in Web APIas well as consume them in a real-world project.
What are the requirements?
3-6 months knowledge of ASP.NETCore.
Visual Studio 2019
SQL Server Management Studio
.NETCore 3.1
What am I going to get from this course?
Learn basic fundamentals of ASP NET Core web API
Build RESTful API's in ASP.NETCore 3.1
Learn how to document an API using swagger and swashbuckle.
Versioning in an API.
Implement Repository Pattern in APIto the database using EF.
Authentication and Authorization in ASP.NETCore API's.
Integrate Entity Framework along with code first migrations
Learn how to consume API using HTTPClient in the Repository Pattern.
All source codes and exercise solutions of this course are also available on Github and you can find details in the lecture "PROJECTRESOURCES", of course.