Introduction to ASP.NET
Major Concepts
- Learn about the Model-View-Controller (MVC) design pattern.
- Understand what ASP.NET Core is.
- How to initialize an MVC project using Visual Studio and ASP.NET Core.
- How to handle routing and write controllers in ASP.NET Core.
Key Terminology
Design Patterns, MVC, and ASP.NET, Oh My!
- Design patterns
- Model-View-Controller (MVC)
- Model
- View
- Controller
- ASP.NET
- ASP.NET Core