Summary
One of the really great enhancements in ASP.NET was the introduction of master pages. They help developers to create a consistent layout for the pages in an application. Unfortunately there is no such concept in WPF and XAML. But with the help of custom controls it is not too difficult to build a control similar to an ASP.NET master page.
Details
No Details Posted