Modular Silverlight Development, App.xaml, Blend and Resources
As I was working on one of my personal learning projects, I encountered a small problem. The project was Prism based with multiple modules. I wanted to isolate my resource files, so I created a separate project that included my XAML resources, such as styles. This approach works just fine by using merged dictionaries in …
Continue reading ‘Modular Silverlight Development, App.xaml, Blend and Resources’ »