Is Spring.NET a good framework to use in web development?
Are there alternatives?
Update (for Frederik):
- Are there drawbacks when using Spring.NET (or IoC container) in Web Development. I always used spring.actionscript in client side flex applications, but client applications aren’t the same as Web Applications.
- Is there a Microsoft IoC Containter Framework?
- How does it handle concurrency?
As a Spring.NET committer I am biased of course, but Spring.Web was entirely built and refined out of our own needs over the past years. Imho it provides the broadest support compared to other containers when it comes to WebForms development. MVC support is still TDB though.
Spring.NET itself also is entirely thread-safe. Of course your own singleton implementations need to be threadsafe, if not you can always use “request” scope.
hth,
Erich