Link to home
Start Free TrialLog in
Avatar of tech1guy
tech1guyFlag for United States of America

asked on

MVVM using asp.net MVC

Hello there,

Could someone please post any sample link/application where there is just one form with few fields and user fills out those fields and then on second page the View shows the entered fields.

Basically I need to understand how to implement MVVM using ASP.NET MVC v1.

Thanks in advance!
Avatar of Reza Rad
Reza Rad
Flag of New Zealand image

Avatar of tech1guy

ASKER

No, I'm looking for MVVM for ASP.NET MVC.
Why you want this?!!
these are different patterns: MVC  and MVVM
if you want to use MVVM then what you want to do with MVC?!
take a look here for simple explanation of these patterns:

http://nirajrules.wordpress.com/2009/07/18/mvc-vs-mvp-vs-mvvm/
I understand that these are different patterns.....MVVM pattern can be applied to any UI application (including asp.net) and that's what I need the sample for.
OK, so I think you must try asp.net mvvm instead of mvvm in asp.net mvc .
this is an extension in codeplex for asp.net mvvm:

http://aspnetmvvm.codeplex.com/http://aspnetmvvm.codeplex.com/
I'm aware of asp.net mvvm, but I specifically want to use asp.net mvc and want to implement the mvvm pattern.
ASKER CERTIFIED SOLUTION
Avatar of Reza Rad
Reza Rad
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial