I have seen lots of blog about MVVM vs MVC and blogs that says thay MVVM is like MVC extension in Windows.
I have one design issue, I have made one win application that uses MVVM , now i have to create a same application in Web, so i decided to MVC pattern in Asp.net, but now again i am stuck at point.
how to reuse ViewModels in MVC? because ViewModel has imports namespace System.Windows.Input.
Is there any alternative soultions?? My primary requirement is reusing application logic?
I have used http://waf.codeplex.com/ WpfApplication framework as refrence.
Thanks in advance.