by Administrator
12. January 2012 03:54
Unity Support is not currently available - I added a feature request on the Microsoft site so if you would like to see a Microsoft supported IOC package for Metro please vote => http://unity.codeplex.com/discussions/285894
In the meantime if like me you require an IOC package, now I'm going to use http://metroioc.codeplex.com/ for my http://SolrContrib.CodePlex.com project - looks promising.
UPDATED 2011.03.04 - http://SolrContrib.CodePlex.com has a demo application Gwn.DataBinding.Demo which utilizes framework that looks and feels like Prism - I had pulled in the EventAggregator, DelegateCommand and numerous unit test from Prism to perform TDD on the new framework. To accomplish this I first had to have a Unity container so I attached the IUnityContainer interface to MetroIOC, pulled in Unity and many of its unit test and performed TDD until I got most of the basic functionality. If you are comfortable with Prism you will be comfortable with the Gwn.DataBinding.Demo application.