RESTful web service with Web API, make GET, POST, PUT and DELETE HTTP Requests with a well-built repository pattern in ASP.NET Core Project.
- Learn basic fundamentals of ASP NET Core Web API
- Learn basic fundamentals of ASP NET Core Web API
- Build RESTful API's in .NET 7
- Learn how to document an API
- Versioning in an API
- Implement Repository Pattern in API to database using EF
- Implement Authentication and Authorization in API and Consume API
- .NET Identity to Authenticate API
- Integrate Entity Framework along with code first migrations
- Learn how to consume API using HTTPClient in the Repository Pattern
- Dependency Injection in .NET API