Skip to content
grozeille edited this page Sep 13, 2010 · 9 revisions

Welcome to the Spring.Fluent wiki!

Spring.Fluent is a fork of the project http://code.google.com/p/fluent-spring/ which provide a Fluent way to configure your Spring.Net context.
Thanks to this method, you have several advantages compares to the XML way:
- reduce the amount of configuration code
- be sure that the configuration is valid because it compiles
- you can user intellisense to choose a property/method to configure

In the future, it tends to provide easier way to use Spring.Net features like:
- AOP
- variables
- etc.

Here is a quick example

The project is under the Apache licence 2.0

For more information, you can check my French blog on http://grozeille.com

Clone this wiki locally