I\'m using the Unity MVC3 code at http://unitymvc3.codeplex.com/to have a NHibernate session per request instance of my IUnitOfWork.
I am working on a large billing application for one the Telecom companies using WPF4, the application contains more than 300 screen, and it will contain more than 17 modules, that is why I choose to f
is it possible in Microsoft Unity 2.0 container framework to create singletons based on certain parameters.
So in my current code i\'m working on some sort of notification manager. The idea is that my main BL will use this notification manager per method call. Hence there will probably only be one notifica
I have two example classes class ClassToResolve { private List<CollectionItem> _coll; public ClassToResolve(List<CollectionItem> coll)
I have my container configured like following: container = new UnityContainer() .RegisterType<IA, A>()
Are child containers supported together with Unity in ver 2.5 of NServiceBus ? See http://andreasohlund.net/2010/10/12/support-for-child-containers-in-nservicebus/
I am currently learning the MVVM pattern, and the tutorial I am following uses Unity for DI.I haven\'t really used DI in this way before and just wanted clarification of my thoughts on how this speci开
With Unity (2.0) I register two named interfaces of IFoo, mapped to two different implementations: Container
I\'m using PRISM 4 Navigation API with Unity in WPF. I have a tree-view that initiates a RequestNavigate passing in the selected tree node\'s ID (GUID).