© Philip Japikse, Kevin Grossnicklaus, Ben Dewey 2020
P. Japikse et al.Building Web Applications with .NET Core 2.1 and JavaScripthttps://doi.org/10.1007/978-1-4842-5352-6_8

8. Complete the Web Application with ASP.NET Core

Philip Japikse1 , Kevin Grossnicklaus2 and Ben Dewey3
(1)
West Chester, OH, USA
(2)
Ellisville, MO, USA
(3)
Charleston, SC, USA
 

In this final chapter on .NET Core, we take a deep look into ASP.NET Core Views, View Components, and Tag Helpers as you complete the user interface for the SpyStore Web application.

Introducing the “V” in ASP.NET Core

When building ASP.NET Core services, only the “M” (Models) and the “C” (Controllers) of the MVC pattern are used. The user interface is created using the “V”, or the Views of the MVC pattern. ...

Get Building Web Applications with .NET Core 2.1 and JavaScript: Leveraging Modern JavaScript Frameworks now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.