In this session, I show you how ASP.NET Core implements the Model View Controller pattern for Web Applications and the Model Controller pattern for Restful services. I cover convention over configuration, implementing Controllers and Action methods, Views (including partial views and layouts), Routing, and much more. This session is designed for developers new to the ASP.NET MVC and WebAPI frameworks.
You will learn:
- The ASP.NET Core MVC Implementation
- Routing, Controllers, Actions, Views
- Convention over Configuration