Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 606 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 606 Bytes

learn-nzwalk-dotnet

ASP NET Core Web API project

Reference url: https://www.udemy.com/course/build-rest-apis-with-aspnet-core-web-api-entity-framework/

Content

  • Database : MSSQL (Domain database, Auth database)
  • Database Migration
  • Dependency Injection
  • DTOs and Domain Models
  • CRUD operations
  • Asynchronous programming
  • Repository pattern
  • Automapper : Domain model and DTO mapping
  • Model validations
  • Filtering
  • Sorting
  • Pagination
  • Authentication
  • JWT
  • Role based authorization
  • Swagger
  • Image uploading
  • Logging : Serilog
  • API Versioning
  • Consume web API using MVC web app