REST API (Web API) using ASP .NET Core - jyotiprasadpal/useful-resources GitHub Wiki
ASP.NET Documentation, Blogs, GitHub and Tutorials
- ASP.NET documentation
- ASP.NET Core 6
- aspnetcore - github
- JASON WATMORE'S BLOG | A WEB DEVELOPER IN SYDNEY
- Learn ASP.NET Web API - TutorialsTeacher
- Learn ASP.NET Core - TutorialsTeacher
- ASP.NET WEB API – Basics - dotnettutorials
Videos:
- ASP.NET Web API tutorial for beginners - kudvenkat | Youtube
- Ultimate ASP.NET Core Web API Development Guide - Trevor Williams | Udemy
- Web APIs for Beginners | Youtube
- ASP.NET Core - Rahul Nath | Youtube
Return types
Dependency Injection
- Dependency injection | Microsoft
- DEPENDENCY INJECTION in ASP.NET Core | Getting Started With ASP.NET Core Series | Rahul Nath
Routing
AutoMapper
Middleware
- MIDDLEWARE in ASP.NET Core | Getting Started With ASP.NET Core Series | Rahul Nath
- Write custom ASP.NET Core middleware
Exception Handling
Configuration
- Configuration in ASP.NET Core
- Options pattern in ASP.NET Core | Microsoft
- CONFIGURATION in ASP.NET Core | Getting Started With ASP.NET Core Series | Rahul Nath
Secrets Management
Logging
- LOGGING in ASP.NET Core | Getting Started With ASP.NET Core Series | Rahul Nath
- Logging in .NET Core and ASP.NET Core
- Logging with ILogger in .NET: Recommendations and best practices
Authentication
- .NET 6.0 - JWT Authentication Tutorial with Example API
- .NET 6.0 - User Registration and Login Tutorial with Example API
- .NET 6.0 - JWT Authentication with Refresh Tokens Tutorial with Example API
- .NET 6.0 - Boilerplate API Tutorial with Email Sign Up, Verification, Authentication & Forgot Password
- Secure Applications with OAuth2 and OpenID Connect in ASP.NET Core 5 – Complete Guide
- ASP.NET Core Identity Series – OAuth 2.0, OpenID Connect & IdentityServer
- An introduction to OpenID Connect in ASP.NET Core https://www.youtube.com/watch?v=rTzlF-U9Y6Y https://www.youtube.com/watch?v=CPbvxxslDTU https://www.youtube.com/watch?v=3pZ3Nh8tgTE https://www.youtube.com/watch?v=0oBIgPaFYOg https://www.youtube.com/watch?v=TsH3BzIPzeU https://www.youtube.com/watch?v=O8sgkKRIZyo
Repository and Unit of Work pattern:
- Video - Repository Pattern with C# and Entity Framework, Done Right | Mosh
- 4 Common Mistakes with the Repository Pattern| Mosh
- Implementing the Repository and Unit of Work Patterns
- Repository Pattern in ASP.NET Core REST API| pragimtech
- Unit of Work + Repository Pattern in MVC5 and Web API 2 with Fluent NHibernate and Ninject| Jason Watmore
- Implement Unit Of Work And Generic Repository pattern in a Web API .NET Core Project Using EF| c-sharpcorner
- Repository Pattern and Unit of Work with ASP.NET Core Web API| Yohan Malshika