Skip to Content
Programming ASP.NET Core, First edition
book

Programming ASP.NET Core, First edition

by Dino Esposito
May 2018
Intermediate to advanced content levelIntermediate to advanced
416 pages
13h 51m
English
Microsoft Press
Content preview from Programming ASP.NET Core, First edition

CHAPTER 3

Bootstrapping ASP.NET MVC

It is not down in any map; true places never are.

Herman Melville, “Moby Dick”

ASP.NET Core fully supports the specific ASP.NET Model-View-Controller (MVC) application model in which the URL of an incoming request is resolved to a pair of controller/action items. The controller item identifies a class name; the action item identifies a method on the controller class. The processing of the request, therefore, is a matter of executing the given action method of the given controller class.

The ASP.NET MVC application model in ASP.NET Core is nearly identical to the MVC application model available in classic ASP.NET, and it doesn’t even differ too much from implementations of the same MVC pattern you find in other ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Modern Web Development with ASP.NET Core 3 - Second Edition

Modern Web Development with ASP.NET Core 3 - Second Edition

Ricardo Peres
Hands-On Full-Stack Web Development with ASP.NET Core

Hands-On Full-Stack Web Development with ASP.NET Core

Tamir Dresher, Amir Zuker, Shay Friedman

Publisher Resources

ISBN: 9781509304448