CHAPTER 3

image

MVC Web Applications

In this chapter you will use ASP.NET MVC to create a feedback form that will demonstrate several of the new input types. I will first provide a brief introduction of the Model-view-controller (MVC) framework included with the .NET platform and then show you how to build an HTML5-based web page using MVC. The end result will be something similar to what you did in Chapter 2 but the implementation will be quite different. As you will see, the solution will rely heavily on the ability to extend the MVC framework to incorporate the new HTML5 features.

Model-view-controller (MVC) is an architectural pattern that has ...

Get Pro HTML5 with Visual Studio 2012 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.