Skip to main content

Section outline

  • Module 1: Overview of ASP.NET Core

    • Evolution and architecture
    • Cross-platform development with .NET 6

    Module 2: Building Web Applications with Razor Pages

    • MVC pattern and Razor syntax
    • Project creation and routing

    Module 3: Data Access with Entity Framework Core

    • Database creation (Code First)
    • CRUD operations and migrations

    Module 4: Dependency Injection and Middleware

    • Configuring DI services and middleware