skip to the main content area of this page
Patterns and Practices

Autofac


Unity and ASP.NET Web Pages Dependency Injection Part II with Special Guests - Autofac and Ninject

In this screencast we discuss ASP.NET Webforms Dependency Injection with Unity using a custom HttpModule that injects dependencies into web pages, masterpages, and usercontrols without the need for base classes. Inspiration is taken from two open-source, lightweight, and easy to use Inversion of Control Containers - Autofac and Ninject.

Read More

Autofac Dependency Injection Integration with Castle DynamicProxy2 and NMock2

The Autofac Contrib Project adds new extensions to Autofac that support AOP Method Interception via Castle's DynamicProxy2 as well as an auto-mocking container via NMock2.

Read More

Dependency Injection in C# 3.0 with Autofac CodeProject Article

Nick Blumhardt wrote an article on CodeProject that shows how to use Autofac for dependency injection in your applications.

Read More

Autofac IoC Tool

If you haven't settled on an IoC Tool or become completely obsessed with the dependency injection tool you use, you may want to look at Autofac, which utiltizes a number of C# 3.0 Features, like Lambda Expressions, Expression Trees, and Extension Methods, to give you an intuitive IoC Tool that is pretty extensible. Read more...

Read More

Topics



Popular Tags



External Topics