Chapter 9: Introduction to ASP.NET

Major Concepts

  1. Learn about the Model-View-Controller (MVC) design pattern.
  2. Understand what ASP.NET Core is.
  3. How to initialize an MVC project using Visual Studio and ASP.NET Core.
  4. How to handle routing and write controllers in ASP.NET Core.

Key Terminology

Design Patterns, MVC, and ASP.NET, Oh My!

  1. Design patterns
  2. Model-View-Controller (MVC)
  3. Model
  4. View
  5. Controller
  6. ASP.NET
  7. ASP.NET Core