Things that you did not know about Master pages in ASP.NET
Fer unknown facts about Master pages in One cannot cache a Master Page with the OutputCache directive. One cannot apply a theme to a Master Page. The content page…
Understanding the Master Page concept
When you are thinking of developing a website the first thing that comes to your mind is the design of the website and how it would look to the end…
Create your first web form using Master Page
In the previous tutorial, you learn about making your first master Page. Master Pages are like blueprints that we will be using to generate similar copies of web pages. So,…
Create your first Master Page
I will be keep things here really simple. Even a person with no experience in .net should be able to follow this tutorial. I will be using Visual Studio 2012.…
Difference between MVC2, MVC3, MVC4 | MVC2 vs. MVC3 vs. MVC4
The main purpose of the MVC (Model, View and Controller) architecture is to make separation of the business layer (logic) and the application layer (data) from the presentation layer to…