Lieven Cardoen
Lieven Cardoen

Reputation: 25959

Spring.NET & Alternatives

Is Spring.NET a good framework to use in web development?

Are there alternatives?

Update (for Frederik):

Upvotes: 0

Views: 3774

Answers (3)

Erich Eichinger
Erich Eichinger

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

JonoW
JonoW

Reputation: 14229

"Is there a Microsoft IoC Containter Framework?" - Yes, it's called Unity

Upvotes: 3

Frederik Gheysels
Frederik Gheysels

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

Related Questions