Browse by Tags
All Tags »
prism (
RSS)
If you’ve been following this blog long enough, you should know I’m an avid prism fan. Most of my projects I am making use of Prism or Composite Application Guidance. This is not a post for learning Prism, but to provide a solution, not so straight-forward for a rather straight-forward problem. I must...
I’ve got some criticism from Alex Golesh in a comment on one of my latest Posts ( Managing Silverlight resources contained in external assemblies ), First I would like to thank him for taking his time and writing this comment, I would like to reply him with this post. First let’s see Alex’s Comment:...
A year ago, A controversy arisen in the community when it was discovered that MEF is not going to support Open-Generics out of the box. ( Here , Here and finally Here ) For those of you who don’t know what is Open-Generics. Consider the following scenario with Unity (which do support Open-Generics):...
Here is a small how-to solution to a very common question. Suppose I have separated my client application to multiple projects, and each project contains his own WPF resource dictionary, how do I use it? Bottom line, you need to merge your resource dictionary to the application main resource, let’s see...