what is difference between mvc1 and mvc2 ?
everything that is in mvc1 is in mvc2?I am asking this question because there is a debate in my place of work as we can find many resources and ebooks on mvc1 not mvc2 so we should use mvc1 in our portal.
same ajax functionality can be implemented in web forms as well as in mvc or mvc2. or there is some limition in mvc?(everything that can be done with ajax in web forms can be done in mvc)
views:
430answers:
3
+2
A:
1) See this Doc
2) Yes.
3) Yes. MVC is a much better fit for AJAX or any client side scripting in my opinion.
UpTheCreek
2010-04-27 08:08:50
ok so whatever ajax functionality we can achieve in web forms ,it can be done it mvc?
mazhar kaunain baig
2010-04-27 08:17:32
is this the right way here as I have done to get more from the question or I should start a new question.What are comments here for? Adding comments bring the question to the top or not?
mazhar kaunain baig
2010-04-27 08:24:13
ok one more thing to clear mvc2 has final version released?
mazhar kaunain baig
2010-04-27 08:28:00
Yes, you can do anything ajax in MWC that you could do in webforms (although you will have to modify your code probably). You can add comments like this or update your question with an "EDIT:" section. MVC2 is now final, yes.
UpTheCreek
2010-04-27 09:17:20
A:
Check out following links
http://live.visitmix.com/MIX10/Sessions/FT04
http://www.asp.net/learn/whitepapers/what-is-new-in-aspnet-mvc
Xulfee
2010-05-11 08:19:52