Hi Everyone,
LinFu's IOC container is a complete rewrite of Simple.IOC, and this
time around, it's fully covered in automated unit tests as well as
having every enum, class, method, interface, and property wrapped in
C#'s XML documentation comments. If you absolutely have to have a
container that ridiculously easy to use and has a very high level of
both test coverage AND documentation coverage, then this just might be
the container for you. Aside from the documentation and the test
coverage, version 2 of LinFu.IOC supports both property injection and
constructor injection (aka Dependency Injection) through lambdas and
fluent interfaces.
So, without further ado, here's some links to get you started:
Here's how you can build LinFu v2:
http://code.google.com/p/linfu/wiki/BuildingLinFu2
Here's the QuickStart guide:
http://code.google.com/p/linfu/wiki/LinFuIOCQuickstart
Here's how you can do property injection with Lambdas:
http://code.google.com/p/linfu/wiki/PropertyInjectionWithFluentInterfaces
Or, if you prefer constructor injection, take a look at this link:
http://code.google.com/p/linfu/wiki/ConstructorInjectionWithFluentInterfaces
Enjoy!