I'm having trouble figuring out what the differences between ASP.NET MVC and Spring.Net MVC are. I understand how ASP.NET MVC and Spring.Net work separately, but I cannot quite sort out what the "MVC" part of "Spring.Net MVC" brings, overrides or changes in the way the ASP.NET MVC framework works/is used ; e.g. should I use "Spring.Net" or "Spring.Net MVC"?
In short, the question behind this is that I want to use ASP.NET MVC, Spring.Net and Telerik's MVC controls and want to be sure that using Spring.Net MVC would not prevent using Telerik's controls. Has anyone had some experience with this?
Thanks a lot in advance!
Spring MVCfor Java. Don't get confused there is no framework calledSpring.Net MVC, however as @Marijn pointed out there is infrastructure support from the Spring.Net project for MVC 1-3 calledSpring.NET ASP.NET MVC. Btw. we are running a enterprise app using MVC3, Spring.Net, NH and Telerik with great success.Spring MVCandSring.Net ASP.NET MVC.