Skip to Content
Introducing .NET 4.0: with Visual Studio 2010
book

Introducing .NET 4.0: with Visual Studio 2010

by Alex Mackey
February 2010
Beginner content levelBeginner
400 pages
11h 13m
English
Apress
Content preview from Introducing .NET 4.0: with Visual Studio 2010

Chapter 13. ASP.NET MVC

Availability: Framework 3.5 SP1 Onward

ASP.NET MVC is Microsoft's implementation of a tried and tested architectural pattern. MVC separates an application's user interface, logic, and data, and it makes it easier to test, extend, and maintain. MVC stands for Model View Controller. If you were to map these terms to a traditional ASP.NET/database application (and they don't map exactly), you might consider the following:

  • Model would be the database.

  • View would be the pages and controls.

  • Controller would manage the interaction between the pages/controls (view) and the database (model).

So, is MVC a replacement for web forms that you know and mostly love? Although some people will argue that ASP.NET MVC will replace the web ...

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

ASP.NET 3.5 For Dummies®

ASP.NET 3.5 For Dummies®

Ken Cox
ASP.NET 4 Unleashed

ASP.NET 4 Unleashed

Stephen Walther, Kevin Hoffman, Nate Dudek

Publisher Resources

ISBN: 9781430224556Purchase book