This is a complete C# Course that will guide you through the fundamentals into the advance topics.

Overview of the Roadmap

  • MVC Routing
  • Http Verbs
  • Status Codes
  • Passing Parameters
    • Route
    • Query
    • Body
    • Services
  • Testing
    • Postman
    • xUnit
  • Configure Depdendency Injection
    • Scopes
      • Transient
      • Scoped
      • Singleton

Entity Framework Core Course. The topics are

  • What is Entity Framework
  • Implementations (Model, Code, and Database First)
  • Configuration
  • Migrations
  • Configuring Models
  1. Conventions (Navigation Properties)
  2. Data Annotations
  3. Fluent API
  • Defining keys and relationships
  • IEntityTypeConfiguration and HasData
  • Queries (Include, ThenInclude)