A repository containing examples of how to implement different things in ASP.NET Core Web APIs
Shows how to version an ASP.NET Core Web API by URL
Shows how to implement and use the model state validator in ASP.NET Core
Shows how to implement simple token-based authentication in a .NET 8 ASP.NET Core Web API
Shows how to implement in-memory caching in an ASP.NET Core Web API
Shows how to implement Swagger(Swashbuckle), NSwag, and Redoc in minimal and controller-based web APIs
Shows a simple school system that tracks students and teachers using ASP.NET Core Identity for authentication and authorization