I am just getting to grips with Autofac, and 开发者_高级运维have the following questions: Guice, for example, has its own annotations/ways when you pass parameters into constructors (they are handle
I am using ASP.NET MVC 3 and Autofac for my dependency injection.I am using AutoMapper for my mapping.
I\'m working on an app using Caliburn and Autofac. I\'m having trouble understanding scoping and best practices.
I\'m just starting out with IoC frameworks and have been playing with Autofac. In the following example code where I am registering 2 c开发者_如何学运维ompletely different classes (in global.asax) th
I\'m using ASP.NET MVC 2.I got the sample application from Darin (the guy that seems to answer all the MVC questions).I\'m not sure if any one else has this sample project that he created?He has a bas
I\'ve got an application using Autofac at the moment. I\'ve structured my autofac to register from the config file after the modules are loaded in. (For an xml-based override of the default behaviour)
I\'m looking at converting some of our complex creation code to use an IoC container, Autofac, and because I\'m a great believer in TDD, I\'m writing unit tests for the Module configuration.
I am sorry to bother the community with my little problem, but I am just stuck! Before we get into details here is my container setup for the service module!
Is it possible to resolve a service in autofac without registering it with the container? So far I ha开发者_如何学Pythonve come up with something like this:
Does autofac provide me with a way to get all \"active\" instances of a component? So that the following works: