Wednesday, October 15, 2008

Spring.NET fluent configuration

Mission


I like Spring.NET framework. But I am not a fan of xml configuration.

Spring.NET has programmatic configuration API. Refer to Mark Pollack's blog
However, the api is awkward to work with.

Plan

I like the wayAutofac's fluent configuration.
I plan to create a helper class to provide fluent configuration for Spring.NET a'la Autofac.

No comments: