I am going to use it in a project with less-experienced developer开发者_运维问答s so a complex framework such as Spring.NET is not an option. I was thinking about:
I would like to use Ninject in my WinForms application.I cannot figure out how to use it for my user controls.Sometimes they rely on the services I want to configure through the DI framework.These con
With NInject (preferably 2.0), what options do we have wrt wiring up our object dependencies in a web application?
I\'ve got a factory method inside a parser. Essentially as I load a token I look up the handler for that token, or drop through to the default handler. I\'ve implemented this as a switch and as a Dict
I\'m a complete newbie to ninject I\'ve been pulling apart someone else\'s code and found several instances of nInject modules - classes that derive from Ninject.Modules.Module, and have a lo开发者_开
I have a one way WCF service using the MSMQ Binding which is activated using Windows Activation Service in IIS 7.0.
I have a simply Class that is intended to be a simple POCO- it just holds data. With one exception: It contains a Collection of Notes. I want to lazy-load this collection so that I don\'t have to fetc
I\'m working on a framework extension which handles dynamic injection using Ninject as the IoC container, but I\'m having some trouble trying to work out how to achieve this.
I\'m using Ninject 2 with an ASP.NET MVC web app. All the dependencies are handled properly down the stack (Controllers->Services->Repositories). However I have some classes in the Services project th
I have a static SessionFactory class that initializes an NHibernate session fa开发者_如何学编程ctory. Because this process is expensive (~5 sec.), I want it to be static so it\'s only done once, at th