I am currently evaluating the technologies that we want to use for our next project. This will mainly be the basis for automatic data processing. It has some dependencies, and we can only build it on top of .Net 3.5 at the moment.
Spring.net seems appropriate for our requirements as it brings a DI container, ADO.Net helpers, NHibernate, helper modules for unit testing, and other goodies in one supported package. How is Spring.Net installed in the community and what is a state? It seems to be actively supported, but who uses it and can share the experience? I especially. interested in the DI container that it has, and the ADO.Net module. Does the DI container support proper auto wiring?
source
share