/learn-nzwalk-dotnet

ASP .Net Core Web API

Primary LanguageC#

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