I\'m getting started with the Ninject interception extension and can\'t get it to work in my WCF service. With the WCF extension, ninject works fine, it\'s the interception that\'s giving me trouble.
I\'ve recently downloaded Rhino.Security and I am trying to implement permissions on a entity. Since I like Ninject (v2) I would like to put together a simple example to start with.
I\'ve got a Ninject setup that creates a JobContext resolver InReq开发者_开发百科uestScope() This works just fine, however, I have a very specific call in the Website that requires me to loop through
I have a .Net 4.0 WCF service that I\'m trying to setup ninject for. I downloaded the WCF extension for ninject and had a look through the TimeService example. Everything looks simple enough, however
I\'m using MVVM light and have set up the binding as following: class TestModule:NinjectModule { public override void Load()
I\'m having a hard time with Ninject V2\'s InRequestScope() for managing a UnitOfWork. _kernel.Bind<UnitOfWork>().To<SqlUnitOfWork>().InRequestScope();
In a short view of the IoC and DI .NET libraries I chose to use Ninject2. According to DDD style in: Infrastructure: I have Entity Framework 4.0 .edmx model and the Repository implementation
C开发者_C百科hanges in Ninject 2 say that Ninject support Common Service Locator, but how do I use it? I don\'t find any manual or sample.The Ninject2 download contains a CommonServiceLocator.NinjectA
I have just started to work with Ninject 2.0 with ASP.NET MVC 2. So, I have an interface IMongoRepository and class MongoRepository.
A little question regarding Ninject. I use a WCF \'duplex channel\' to communicate with a service. The channel is defined as an interface, lets call it IMyChannel for simplicity. To instantiate a cha