Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

14. Patterns > Model-View-Controller

Model-View-Controller

The Model-View-Controller (MVC) pattern is the granddaddy of all presentation patterns. Most of the other presentation patterns, including the MVP and MVVM patterns we’ll be looking at here, descend, directly or indirectly, from MVC. MVC is a good match for the disconnected architecture of the Web, and it’s extremely popular in ASP.NET development.

image

On Your Own

image

.NET defines a framework for developing ASP.NET MVC applications in the System.Web.Mvc namespace. If you’ll be developing Web applications using ASP.NET, be sure to check out the tutorials you can find at www.asp.net.



  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial


  
  • Safari Books Online
  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint