Aicloud E-Learning
← Back to Tools
ASP.NET

Tool

ASP.NET

Microsoft's web framework for building server-rendered and API apps

Learn the MVC pattern, controllers, and routing in ASP.NET.

8

Chapters

4

Practice formats

1

Self-paced

Curriculum

8 chapters, each with a tutorial, a live example, a quiz, an exercise, a challenge, and class practice.

  1. 1

    Introduction to ASP.NET

    The MVC pattern and how a request flows through it.

    preview
  2. 2

    MVC Pattern

    How models, views, and controllers fit together.

  3. 3

    Controllers

    Actions, parameters, and return types.

  4. 4

    Razor Views

    Embedding C# logic inside HTML templates.

  5. 5

    Model Binding

    Mapping request data to C# objects.

  6. 6

    Routing

    Convention-based and attribute routing.

  7. 7

    Middleware

    The request pipeline and custom middleware.

  8. 8

    Entity Framework Basics

    ASP.NET's ORM for database access.

Preview the first lesson free →