Author: ASP.NET | Posted on: 11/17/2011 12:11:09 PM | Views : 771

This is the 5th post in the series of HTML5 for ASP.NET Developers Support for HTML5 in Visual Studio 2010 has been quite good with Visual Studio Service Pack 1 However, HTML5 Boilerplate template has been one of the most popular HTML5 templates out in the internet. Now, there is one for your favorite ASP.NET Webforms as well as ASP.NET MVC 3 Projects (even for ASP.NET MVC 2). And its available in the most optimal place, i.e. NuGet. Lets see it in action. Let us fire up Visual Studio 2010 and create a "File - New Project - ASP.NET Web Application" and leave the default name to create the project. The default project template creates Site.Master, Default.aspx and the Account (membership) files. When you run the project without any changes, it...(read more) ...

Go to the complete details ...