Saturday, December 26, 2009

[ASP.Net] Improve the Appearance Of Your Website with ASP.NET MVC Design Gallery

If your website uses ASP.NET MVC framework and you are looking out for ways to improve the appearance and interface design of your website, the ASP.Net MVC design gallery is now Live for downloading and using the pre-built UI templates.
You can use an ASP.NET MVC Design Template to change the appearance of an ASP.NET MVC website. An ASP.NET MVC Design Template can include Cascading Style Sheets, images, View Master Pages, View User Controls, JavaScript, and custom HTML Helpers.

ASP.Net MVC Design Templates are Free for usage and are registered under the Creative Commons Attribution 3.0 license.


ASP.NET MVC enables you to build Model View Controller (MVC) applications by using the ASP.NET framework. ASP.NET MVC is an alternative, not a replacement, for ASP.NET Web Forms that offers the following benefits:
  • Clear separation of concerns
  • Testability - support for Test-Driven Development
  • Fine-grained control over HTML and JavaScript
  • Intuitive URLs

How Can I Use ASP.Net MVC Design Gallery?

After downloading and decompressing a Design Template from the ASP.NET Design Gallery, you’ll see a folder named DesignTemplate. To use the template with an ASP.NET MVC project, you need to copy all files from the DesignTemplate folder to your project. For example, if the DesignTemplate folder contains a file with the path DesignTemplate\Content\Site.css then you need to copy this file to the exact same location in your ASP.NET MVC application. A Design Template can include Cascading Style Sheets, View Master Pages, View User Controls, JavaScript, custom HTML Helpers, and other types of files.
If a Design template contains programming language specific files (C# or Visual Basic .NET) then the template will contain a folder named DesignTemplateCS that contains C# files and/or a folder named DesignTemplateVB that contains Visual Basic .NET files. Copy the files from the folder that corresponds to the programming language used in your ASP.NET MVC project.
Any special instructions associated with a design will be placed in a file named ReadMe.txt.
Check out the ASP.Net MVC Design Gallery.
Feedback Form
Feedback Form