Saturday, October 15, 2005

Spring.NET - Application Framework

Check out the .NET version of the popular Spring framework. In short, Spring is a framework that allows your application to be highly configurable by using IoC (Inversion of control) principles, such as Dependency Injection. That is the heart of the framework. Framework also provides quite a few other goodies, such as ADO.NET helpers, threading utils, pooling. It is built to support Aspect-oriented programming, so most of the features require little changes to existing code. As of now, a preview of version 1.1 is available for download. Version 1.1 includes Spring.Web package, which is a set of features to simplify ASP.NET development by using Spring. It is really great, check it out! Here's a some of the features offered: master pages, bidirectional data binding, dynamic page navigation, a better way of writing web services.

No comments: