Autofac

Posted by csharp-source.net on C# Source See other posts from C# Source or by csharp-source.net
Published on Fri, 14 Dec 2007 05:01:43 GMT Indexed on 2010/03/16 15:31 UTC
Read the original article Hit count: 538

Filed under:
A .NET IoC container written in C#. Focus on programmatic configuration with builder syntax. Zero intrusion into existing code. Create components using reflection or with lambda expressions for unlimited flexibility. Managed disposal of any IDisposable components created by the container within a defined scope.

© C# Source or respective owner