Visual Studio 2010!

Read now >

View Now
DevSource RSS FEEDS
XML Want an easy way to keep up with breaking tech news? And the Get DevSource headlines delivered to your desktop with RSS.
ADVERTISEMENT
ADVERTISEMENT

 

DevSource.com: Your Source for Visual Studio on Facebook
ADVERTISEMENT
Using Master Pages and MVC with ASP.Net 3.5
By DevSource

Rate This Article: Add This Article To:

Almost all modern dynamic websites use a template. This includes ASP.NET 3.5 websites. The template page in ASP.NET is called a "master page." This article series will explain what they are and how to use them.

To view the full article in its entirety, please visit ASPFree: Creating Website Templates with Master Pages

ASP.NET website development steps using the Master Pages technique
It is very easy to get started with Master Pages, as long as you are highly familiar with working with ASP.NET pages.

Below is the typical development flowchart for an ASP.NET website using Master Pages:

The website designer is responsible for creating the website layout, navigation and graphics. Once this is finalized, it will be coded by the website developers into the “master page.”

The master page is the result of implementing the website designer's ideas. This can be simple or complex, depending on the website's objective. As a suggestion, the simpler the design, the more friendly it will be to your users as well as to the search engines.

In the website development stage, the developers will start to create ASP.NET pages which inherit the design from the master page. So when the website design and development have been completed, it can be deployed on a web server.

The time will come when the website layout will need to be updated. In this case, the developers will simply need to edit the website's master page.

Once done, all ASP.NET pages will automatically inherit the changes made on the master page, thus saving time in the editing/updating process.




Discuss Using Master Pages and MVC with ASP.Net 3.5
 
>>> Be the FIRST to comment on this article!
 

 
 
>>> More ASP and .Net Coding Techniques Articles          >>> More By DevSource