Skip to content

Dileepa97/learn-nzwalk-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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