Winter4Net

Posted by csharp-source.net on C# Source See other posts from C# Source or by csharp-source.net
Published on Sat, 28 Feb 2009 12:11:03 GMT Indexed on 2010/03/16 15:31 UTC
Read the original article Hit count: 257

Filed under:
Winter.NET is a lightweight Spring-like inversion of control (IoC) container for .NET platform. Its main features: - XML-based objects graph configuration - compact: implements conceptually full and minimum-required features of Spring-compatible XML configuration (assembly size is less than 50kb). - fast: optimized for huge component graph configurations and small memory consumption - .NET integration: supports System.ComponentModel interfaces

© C# Source or respective owner