Introduction: Building Websites Using the MVC Pattern

Get an overview of the section building websites using the model-view-controller pattern.

We are going to learn about building websites with a modern HTTP architecture on the server side using Microsoft ASP.NET Core MVC, including the configuration, authentication, authorization, routes, request, and response pipeline, models, views, and controllers that make up an ASP.NET Core MVC project.

We will cover the following topics:

  • Setting up an ASP .NET Core MVC website

  • Exploring an ASP .NET Core MVC website

  • Customizing an ASP .NET Core MVC website

  • Querying a database and using display templates

  • Improving scalability using asynchronous tasks

Get hands-on with 1400+ tech skills courses.