DI - Rudi Grobler

Browse by Tags

All Tags » DI (RSS)

Learning PRISM – Unity Redux

If you missed the first post in this series, please read it first. I received quite a few emails in response too my first article… I would like to address them here: What does unity have to do with PRISM? I have to agree that my first post did not really put unity in context. So lets try again… Their are 2 main areas where Unity help… As I stated in the first post, you can call RegisterType<> on a type… What I did not mention is that you can also call RegisterInstance<>. This allows us...