Complete Guide to Web API in .NET 8: Master ASP.NET Core Web API Development
Learn Web API in .NET 8 in Depth and consume with an ASP.NET Core MVC application.
Welcome to the Complete Guide to Web API in .NET 8 course, your ultimate resource for mastering Web API development using the ASP.NET Core platform. This course offers extensive coverage of Web API concepts, ensuring you gain a deep understanding of its technical aspects, security measures, and real-world implementation.
Why Choose our Course:
Clear and logical explanations of theories with diagram before diving into coding, helping you not only know how, but more importantly know why.
You will not only learn everything about creating Web API endpoints, but also how to consume them with ASP.NET Core MVC.
With the ever-growing demand for backend APIs in modern applications, mastering Web API in .NET 8 can provide a significant advantage in your career development. Our course is meticulously designed to equip you with the necessary skills and knowledge to succeed in job interviews and excel in your current work.
Last but not least, your instructor Frank Liu is a working senior software developer with more than 20 years of experience with .NET technologies.
Key Features:
7 hours of comprehensive video content covering all aspects of Web API in .NET 8
Learn essential topics such as Web API fundamentals, ASP.NET Core platform basics, routing, model binding, model validation, filter pipeline, versioning, OpenAPI/Swagger documentation, Entity Framework Core, and more
Hands-on exercises: Create a shirts store Web API, test it with Postman, and build an MVC app to consume the Web API
In-depth exploration of JWT token authentication and Web API security measures
Suitable for beginners: Covers ASP.NET Core MVC basics alongside Web API development
PREREQUISITES
- Intermediate Level of C# (at least 6 months of experience)
- Basic HTML
- It is best to know ASP.NET Core MVC, but if you don't have experience, I cover all the basics when building our app.
- You should know OOP and the concept of interface in C#.
Who Should Enroll:
C# developers eager to get started with Web API development in .NET 8
Developers seeking a comprehensive understanding of all aspects of Web API development
Professionals already working with Web API who want to fill in knowledge gaps
C# developers interested in learning ASP.NET Core MVC while gaining a complete understanding of Web API
Don't miss this opportunity to become a Web API expert in ASP.NET Core 8. Take your career to new heights and enroll in our Complete Guide to Web API in .NET 8 course today!
1. What is Web API and Why create Web API
2. How Web API Works in Theory
3. How Web API Works in (Demo with Minimal APIs)
4. What is a Web API Framework
5. ASP.NET Core Middleware Pipeline
Source Code
6. Web API Controller
7. Routing
8. Model Binding
9. Model Validation with DataAnnatation
10. Model Validation with ValidationAttribute
11. Web API Return types
12. Introducing In-Memory Repository
13. Model Validation with Action Filter
14. Read Endpoint
15. Create Endpoint
16. Validating Create Endpoint with ActionFilter
17. Update Endpoint
18. Exception handling with Exception Filter
19. Delete Endpoint
20. EntityFramework Core and Nuget Packages
21. Install Nuget Packages for EF Core
22. Create Database Context
23. Run DB Migration
24. Implement the Get Enpoint with EFCore
25. Implement Get by Id Endpoint with EFCore
26. Implement Post Endpoint with EFCore
27. Implement Put endpoint with EFCore
28. Implement Delete endpoint with EFCore
29. Add MVC Project
30. Shirts Front End
31. Api Executor with IHttpClientFacotory
32. Retrieve Shirts through WebApi
33. Create Shirt Form
34. MVC Form Validation
35. Create Shirt through Web API
36. Update Shirt View
37. Update Shirt through Web API
38. Delete Shirt through Web API
39. Error handling in Api Executor
40. Display Api error message in CreateShirt View
41. Display Api error message in UpdateShirt view
42. Display Api error message for DeleteShirt
43. Securing Web API in Theory
44. Register apps against Authority
45. Authenticate apps against Authority
46. JWT vs Custom Token
47. Generate JWT token
48. Refactoring Authentication logic
49. Verify JWT Token
50. Consume the secured API endpoints
51. Save and Reuse JWT Token
52. Dealing with expired token
53. Authorization (Checking permissions with scopes)