tags:

views:

430

answers:

3
  1. what is difference between mvc1 and mvc2 ?

  2. 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.

  3. 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)

+1  A: 

Check this link out for starters

griegs
+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
ok so whatever ajax functionality we can achieve in web forms ,it can be done it mvc?
mazhar kaunain baig
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
ok one more thing to clear mvc2 has final version released?
mazhar kaunain baig
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