Master pages in ASP.NET 2.0 is one of the most used and important feature. Master pages allows to create a consistent look and feel of all the pages in the ASP.NET application. Unfortunately, there is no concept of master pages or master windows in Windows Presentation Foundation. In this article we are going to learn one easy way to create the master page equivalent in WPF. ...
Go to the complete details ...