May 2013
Intermediate to advanced
226 pages
4h 16m
English
Web Forms is the classical programming framework of ASP.NET. Nowadays, much of the concepts and improvements we will see are common to the other development frameworks such as ASP.NET, MVC, and Web Pages.
In this recipe we will see how to work with the new capabilities of ASP.NET 4.5 by creating a Web Forms application.
In order to use this recipe you should have Visual Studio 2012.
Now, we will create a Code First ASP.NET Web Forms application that will create the database from code. We will also add some seed data.