ninject-2
How does AOP via ninject.extensions.interception relate to ninject?
I u开发者_StackOverflow中文版nderstand that ninject.extensions.interception can be used for AOP, but how does this project relate/leverage Ninject?[详细]
2023-02-18 16:59 分类:问答Calling all ISomething instances in Ninject
I have an interface ISomething with a method Start. I want to get all implementations of this interface (in multiple assemblies, the main one and all referenced ones) and call the Start method on appl[详细]
2023-02-17 18:37 分类:问答Ninject multiple modules
I didnt think this would be a problem originally, but as I keep getting exceptions thought I would post here 开发者_开发问答incase im being an idiot...[详细]
2023-02-14 22:11 分类:问答Getting SNAP(AOP), NInject and ASP.Net MVC 3 working together
Has anyone got the SNAP AOP framework working with MVC 3 and Ninject. The samples g开发者_StackOverflowiven when adding Snap using NuGet to an MVC 3 project don\'t specifcally work well with a previo[详细]
2023-02-13 23:56 分类:问答NInject and MVC 3 - Should I use DependencyResolver instead of [Inject] attribute?
Recently I moved to MVC 3 and Ninject 2. In most of the code, I use constructor injection, but there are some places, where I had to use Inject attribute. Ninject 2 registers its own IDepencyResolver[详细]
2023-02-11 16:14 分类:问答Getting started with Ninject
I watched the first 2 beginner tutorials for Ninject on dimecasts.net.Now, I want to use Ninject 2.2 in ASP.NET MVC 3.I want a view with a mocked out Model.I get object reference not set to an instanc[详细]
2023-02-10 22:04 分类:问答Difference between use of a controller factory and NinjectHttpApplication?
Using Ninject 2 MVC 3. Correct me if i am wrong but ive seen two way of using Ninject in an MVC 3 application. We can use a new controller factory which is like ControllerBuilder.Current.SetController[详细]
2023-02-06 09:50 分类:问答Which one is simpler between Ninject and StructureMap?
I was wondering which one is simpler between Ninject and StructureMap ? Is there anything i should be aware when using them开发者_如何学JAVA ?[详细]
2023-02-06 09:48 分类:问答Ninject Given Path's format is not supported
The Ninject initialization works fine when i run my application directly from VS2010, but if I deploy the application to our custom \"plugin\" environment I get this error when I run the app and it tr[详细]
2023-02-01 19:02 分类:问答Ninject Get Instance from Kernel
I am new to Ninject and I am new to stackoverflow too. I am using it with the ninject.web.mvc extension, I was able to initialize it correctly like this:[详细]
2023-01-28 14:42 分类:问答