ASP.NET Core 6.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, GraphQL, Entity Framework Core, Token authentication and Open API.
- Implemented Web API versioning - with Open API support.
- Upgraded to ASP.NET Core 7.0 - Checkout the branch dev/aspnet7.0
- Implemented Paging.
- Validation support using FluentValidation
- Refactoring and fixed all the warnings.
- Deploying to Azure App Services - Online Demos.
- Graph QL Authentication
- Implemented DTO for Input and Output.
- Bug Fix - the /history endpoint was not returning any data.
- Token Authentication and Open API changes related to that.
- GraphQL Implementation using HotChocolate
- Query
- Mutation
- Subscription
- CRUD operations using Minimal API .NET 6.0 and Sql Server
- Health Checks implementation for Minimal APIs
- Open API - Support for Tags
- EF Core new features
- Temporal Tables in Sql Server
- Run migration using EF Bundles