What I am looking is something similar to the below (http://github.com/ninject/ninject.web.mvc): README.markdown
I am using Ninject as DI container in a Silverlight application. Now I am extending the application to support interception and started integrating DynamicProxy2 extension for Ninject. I am trying to
We have a concrete singleton service which implements Ninject.IInitializable and 2 interfaces. Problem is that services Initialize-methdod is called 2 times, when only one is desired. We are using .NE
Is it possible to know that particular dependency already has been satisfied by ninject kernel? To be clear:
I\'m using Ninject to retrieve my DataContext from the kernel and I was wondering if Ninject automatically disposes the DataContext, or how he handles the dispose() behaviour. From own experiences I k
OK, so I\'ve been working on this for hours.I\'ve found a couple of posts here, but nothing that actually resolves the problem.So, let me try it again...
I\'m writing some unit tests in my project and I have a datacontext dependency on the controller containing the methods I\'d like to test.
I\'m very new to testing and IoC containers and have two projects: MySite.Website (MVC) MySite.WebsiteTest
I am trying to implement an observer pattern using ninject and NHibernate. I\'d like to be able to inject observers that act as \"triggers\" when an object is persisted or deleted via NHibernate.
I am having problems with the following class in a multi-threaded environment: public class Foo { [Inject]