Introduction
  • Introduction
  • Github Strategy
  • Layered Vs Domain Centric
  • Hexagonal Architecture
  • Onion Architecture
  • Clean Architecture
  • CQRS Pattern
Implementation
  • Project Creation
  • Adding Project References
  • Creating Movie Entity
  • Generic Repository Creation
  • Creating Custom Movie Repository
  • Adding Infrastructure Nuget Packages
  • Adding Movie Context and Seed Data
  • Implementing Base Repository
  • Implementing Movie Repository
  • Adding Nuget Packages Application Project
  • Create Movie Command and Handler
  • Implementing Movie Mapper
  • Implementing Movie Query and Handler
  • Configuring Services in Startup
  • Startup File Configuration changes
  • Program file implementation
  • Controller Creation
  • Demo
Bonus Section
  • Bonus Lecture