Todo API implementation using Minimal API, Entity Framework Core SQL Server Provider and Open API.
- 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