Beyond Basics: RESTful API with ASP.NET Core 3.0 and EF Core, Go beyond basic CRUD API Learn how to add pagination, sorting, collection creation & more to REST ASP API .NET Core 3.0
Created by Pavol Almasi, English,English [Auto-generated]
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
- RESTful API creation using ASP .NET Core 3.0
- CRUD API functionality using GET, PUT. PATCH, POST, DELETE
- Filtering Resources
- Sorting Resources
- Pagination of Resources
- Status Codes and Error Reporting
- Creating Custom Validation Attribute
- Validattion using IValidatable Object
- Creating Caching Profiles
- Caching Resources
- Repository Pattern
- Data Shaping
- Mapping Entities with DTO using AutoMapper
- Creating Collection of Resources with single API request
- Additional verbs - OPTIONS, HEAD
- UPSERTING with PUT and PATCH
- Supporting JSon and XML Content Types
- Adding Custom Headers to responses
More Courses by Pavol Almasi
Creating ASP .Net Core 3.0 Database Driven Web E-commerce shop using Entity Framework Core