| Projects on Google Code | Results 1 - 1 of 1 |
Fluent Spring is a DSL (Domain Specific Language) to configure Spring.NET container.
It enable fluent programmatic configuration of Spring.NET.
This is how you would use the configurator:
{{{
using FluentSpring;
using Spring.Context;
...
configurator = new FluentConfigurator();
...