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.
- 1preview
Introduction to ASP.NET
The MVC pattern and how a request flows through it.
- 2
MVC Pattern
How models, views, and controllers fit together.
- 3
Controllers
Actions, parameters, and return types.
- 4
Razor Views
Embedding C# logic inside HTML templates.
- 5
Model Binding
Mapping request data to C# objects.
- 6
Routing
Convention-based and attribute routing.
- 7
Middleware
The request pipeline and custom middleware.
- 8
Entity Framework Basics
ASP.NET's ORM for database access.