What's new? | Help | Directory | Sign in
Google
autofac
An addictive .NET IoC container
  
  
  
  
    
Search
for
  
  PageName Summary + Labels Changed ChangedBy ...
Contributing Autofac is an open project that welcomes your input. Jul 05 nicholas.blumhardt  
ComponentCreation The container provides several built in options to create components   Featured Jul 05 nicholas.blumhardt  
Autofac2Planning Feature discussion for the next major Autofac release Jul 03 nicholas.blumhardt  
OnTheWeb Articles demonstrating Autofac usage from around the 'net. Jun 30 nicholas.blumhardt  
Roadmap Release plans. Jun 27 nicholas.blumhardt  
CheatSheet Frequently and Not-yet-asked Questions. Jun 27 slava42  
InstanceScope Instance scope determines how an instance is shared between requests for the same service Jun 25 nicholas.blumhardt  
WcfIntegration Autofac can host services in a WCF server, and can increase the reliability of WCF clients. Jun 19 nicholas.blumhardt  
AspNetIntegration ASP.NET integration provides dependency injection for WebForms pages. Jun 08 nicholas.blumhardt  
NuancesOfTracking A short note on how Autofac's resource management capabilities differ Jun 05 nicholas.blumhardt  
Integration Integrations simplify the use of Autofac with popular frameworks   Featured Jun 05 nicholas.blumhardt  
BestPractices Guidance for using Autofac effectively. May 26 nicholas.blumhardt  
TaggedContexts Tagged scopes enable inner containers to be structured in a hierarchy. May 19 nicholas.blumhardt  
PropertyInjection Property injection uses writeable properties rather than constructor parameters to perform injection. Apr 21 nicholas.blumhardt  
Concurrency Autofac's concurrency features. Apr 12 nicholas.blumhardt  
DelegateFactories Let components create instances of other components without hand-coding factories. Apr 12 nicholas.blumhardt  
Releases Release notes for Autofac versions. Apr 03 nicholas.blumhardt  
GettingStarted Getting up and running with Autofac.   Featured Mar 22 nicholas.blumhardt  
StructuringWithModules Structure applications using modules for manageable dependencies.   Featured Mar 17 nicholas.blumhardt  
ExtendingContainerBuilder Register() operations can be implemented as extension methods Mar 17 nicholas.blumhardt  
XmlConfiguration XML configuration is useful for components that depend on the deployment environment. Mar 17 nicholas.blumhardt  
MvcIntegration Autofac.Integration.Mvc provides an IControllerFactory implementation for System.Web.Mvc Mar 17 nicholas.blumhardt  
ThreadScoping Nested containers provide stronger thread binding Mar 17 nicholas.blumhardt  
DeterministicDisposal Autofac can guarantee that components are disposed of predictably. Mar 17 nicholas.blumhardt  
Autowiring Autowiring increases the flexibility of an application Mar 17 nicholas.blumhardt  
ExistingApplications Guidance for introducing IoC into existing applications. Mar 17 nicholas.blumhardt  
Collections Collection registrations allow multiple implementations of the same service to be grouped together. Mar 17 nicholas.blumhardt  
NMock2Integration Autofac.Integration.NMock2 provides an AutoMock implementation of the MockingContainer Mar 14 rinat.abdullin  
SingletonScopeIsDefault Choosing singleton as the default scope is convenient and consistent. Feb 09 nicholas.blumhardt  
Decorators Use OnActivating to implement decorators. Jan 21 nicholas.blumhardt  
VisualBasicExample IoC in VB.NET 9.0 is simple with Autofac. Jan 04 nicholas.blumhardt  
ImprovingPerformance Tips for getting the best mileage out of Autofac Dec 12 nicholas.blumhardt  
ResolveParameters Parameters can be used when registering and resolving components. Dec 12 nicholas.blumhardt  
MethodInjection Method injection sets dependencies by calling a method. Nov 15 nicholas.blumhardt  
CircularDependencies Circular dependencies are mutual runtime dependencies between components. Nov 15 nicholas.blumhardt  
OnActivatingActivated Use OnActivating and OnActivated to interact with a component before it is returned from the container. Nov 13 nicholas.blumhardt  
Services Autofac encourages the use of interfaces to expose the services of a component Nov 06 nicholas.blumhardt