ioc-container
DI/IOC for .NET Framework 2.0
Please, advise good DI/IOC for .NET Framework 2.0. The customer requires this version of .NET framework.[详细]
2023-03-07 22:18 分类:问答Microsoft Unity 2, how to register the following?
Right now we have a dll file that contains all the database calls and i can\'t change it. However i need to call i from my Mvc 3 project. The process to call it is simple, i use the following:[详细]
2023-03-07 05:47 分类:问答Autofac Registration Brace
In the last days I took a watch t开发者_运维百科o the orchad source, and in the bootstrap class during the registration of the components with Autofac I saw same code that I can\'t explain!!!![详细]
2023-03-06 22:06 分类:问答UnityContainer - how register/resolve with dependency chaining
I have an MVC app that has Controller that takes a IDomainService. The DomainService class constructor takes an IRepository[详细]
2023-03-06 17:51 分类:问答Register a type with primitive-arguments constructor?
I have a class that has in its constructor some primitive type arguments, such as string etc. How should I register the type with unity co开发者_如何学Pythonntainer?[详细]
2023-03-06 06:12 分类:问答How to use Ninject's IsSingletonScope method?
I have a follwing Ninject bindings in my project. Bind<IThingsDataContext>().To<ThingsDataContext>().InSingletonScope();[详细]
2023-03-06 03:17 分类:问答StructureMap Dynamically loading Plugin Dll's
Problem: Loading Plugins into a console app(Windows Service Eventually) and running code in the plug in dll\'s[详细]
2023-03-05 09:03 分类:问答Enterprise Library - Get value from ParameterValue Expression
I开发者_Python百科 am trying to convert Enterprise Library TypeRegistration ConstructorParameters to a collection of key/value pair (a HashTable or an IDictionary in general).[详细]
2023-03-04 18:49 分类:问答Which Interfaces/Services does ASP MVC3 attempt to resolve automatically using DependencyResolver?
I suppose I could look through the whole MVC3 source and try and find them all, but is there a list somewhere detailing all the Interfaces that MVC3 attempts to resolve开发者_开发问答 automatically us[详细]
2023-03-04 13:31 分类:问答injecting connection strings to DI resolved classes
I am using Castle to creat开发者_StackOverflow中文版e my database context based on a given interface. I have the following code in my Installer class and this works fine at the moment.[详细]
2023-03-04 09:41 分类:问答