Hello,
I am used to developing ASP.net web apps and now doing some exploring in WPF windows client apps.
I had been extensively using MasterPage and Themes to make my application have a uniform look.
How can I accomplish the same in WPF? What are the best practices for this?
For starters I am working on a very simple application that has two windows with a menu on the top of the window. Since this menu will appear on each window it does not make sense to copy the menu code to each window.
Thanks.