A coupon management app built on .net core 8 minimal API, Entity framework with authentication and authorization in API. This project is done as a part of a training session conducted by Bhrugen Patel.
- ASP NET Minimal API
- Validations
- Swagger
- Filters
- Parameter Binding
- AutoMapper
- EF Core
- Authentication and Authorization
- Learn fundamentals of .NET Minimal API
- How to properly document Minimal API using Swagger.
- Validation in an API.
- Implement Repository Pattern in API to the database using EF.
- Authentication and Authorization in Minimal API.
- Integrate Entity Framework along with code-first migrations
- Filters in Minimal API
- Build .NET Minimal API Endpoints