Course Overview
ASP.NET Core MVC is a rich framework for building web apps and APIs using the Model-View-Controller design pattern. Building Web applications using MVC enables a clear separation of concerns between presentation and control logic, creates a test-friendly application, allows for finer-grained control over rendered HTML and JavaScript, and simplifies control over the URL space of an application. Participants in this course will explore the MVC pattern and the ASP.NET Core framework architecture. With the knowledge gained in this course, you will be able to develop web applications using ASP.NET Core and the ASP.NET Core MVC framework. Recommended: It is recommended that you complete CCTW242 – Entity Framework Core Fundamentals before enrolling in this course.