This project is Based on a crash course online on how to build an advanced API in Dotnet.
- Understand the core concepts of ASP.NET Core for building web APIs.
- Implement CRUD (Create, Read, Update, Delete) operations for data management.
- Secure your API with Bearer token authentication using JWT (JSON Web Token).
- Explore Swagger for API documentation and testing.
- C#
- ASP.NET Core
- Dapper
- Entity Framework Core
- JWT (JSON Web Token)
- Swagger
- Building web APIs using ASP.NET Core.
- Designing and developing RESTful APIs.
- Implementing CRUD operations for data persistence (likely using Entity Framework Core).
- Implementing stored procedures with SQL Server.
- Securing APIs with Bearer token authentication using JWT.
- Utilizing Swagger for API documentation and testing.