What is practical difference between ASP.net MVC3 & Spring.Net. What would you suggest to use for a new application. Does Spring.net is actively developed and supported?
And whether both are compatible with each other and can be used together?
Any idea would be highly appreciated.
Thank you
Spring.NET is a Dependency Injection framework for .NET.
ASP.NET is a framework for developing web applications on top of ASP.NET using the MVC pattern.
So it’s like asking
What is practical difference between an apple and an orange.