I\'d like to Ninject as the IOC container for my WebForms solution to ac开发者_StackOverflow中文版hieve property injection, but the global.asax is already inheriting from another class so I cannot inh
I would like to use Ninject capabilities to work with DependencyResolver so I would be able to do something like this:
I\'m going to start an pretty large project witch contains 30+ modules, I have goggled almost for acapable framework ?开发者_如何学Go Need some help to find out witch one of these is soutable?
I have cr开发者_运维技巧eated a custom membership provider that takes an instance of IUsersRepository in it\'s constructor.
We are using Prism and is an excellent framework for composition and modularity. However, I haven\'t seen a good story around Blendability with Prism composition. When you have a code that has Regions
I can\'t find right words for my question so i will let my code speak instead. I have Repository: class Repository
Is Kernel.Get() threadsafe? My goal is share an instance of my kernel among all my componenets and they may all very well call Kernel.Get() at the same time on different threads.
I am using asp.net mvc 3, ninject 2.0 and theninject mvc 3 plugin. I am wondering how do I get service layers into my filter(in this case an authorization filter?).
I have an ASP.NET mvc3 application which is using ninject for DI. The app is making use of Entity Framework 4 and a database initializer that also seeds custom data into the db.
I\'m trying to use the new mvc-mini-profiler with my EF4 based app, but I have no idea how to properly get a connection to my destination datasource.