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

Autofac


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