About Enterprise Library 2.0 and the Spring Framework
I was reading about the forthcoming release of EnterpriseLibrary 2.0
here,when I saw a link to another very interesting open source project working onextension of .NET configuration framework called
Spring. I found very interesting the way they
implemented the IoC pattern by
Martin Fowler.
The one other thing that grabbed me - about how they've extended the standard execution and control flow of ASP.NET based apps - a great demo of how to declaratively control your application flow (combining config and page level extension). Check out the wiki of the Spring framework on
this address.