Reputation: 25959
Is Spring.NET a good framework to use in web development?
Are there alternatives?
Update (for Frederik):
Upvotes: 0
Views: 3774
Reputation: 1958
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
Upvotes: 4
Reputation: 14229
"Is there a Microsoft IoC Containter Framework?" - Yes, it's called Unity
Upvotes: 3
Reputation: 56934
Is it a good framework ? Depends on your requirements.
Are there alternatives ? Yes.
(Castle Windsor, StructureMap, PicoContainer, ...).
Google can show you the way ...
Upvotes: 1