PDA

View Full Version : Difference between spring.net framework & dotnet framework 2.0


sushiln7
07-03-2006, 08:03 AM
Hi,

I have gone through the spring.net framework & its really great.

What are the advantages i would get in addition to using dotnet framework 2.0.

It seems most features like master pages, Dependency injection are present in dotnet framework 2.0

Mark Pollack
07-19-2006, 10:48 PM
Hi,

Dependency injection is not part of the base class libraries you get in .NET 2.0. As for web features, yea master pages are there but there is quite a bit more to the web framework, as you can see in the docs. Well that is a short answer, but hopefully useful.

Cheers,
Mark

Aleks Seovic
07-31-2006, 01:37 PM
Please take a look at this thread for a more comprehensive explanation of advantages of Spring.NET over vanilla ASP.NET.

Also, keep in mind that Spring.NET does not replace ASP.NET, but simply extends it in some very useful ways, so better question might be why not to use it?

Regards,

Aleks