views:

101

answers:

3

I applied MVC (Model View Control) in web application but I never applied MVC on Windows application.

How can I apply it in a Windows application? If any good link?

+1  A: 

I suggest you read the following series: The Build Your Own CAB Series Table of Contents

Giorgi
thanks Giorgi...
Pankaj
You are welcome
Giorgi
+2  A: 

When designing windows applications (at least if you plan to use WPF) I think you should use the Model-View-ViewModel design pattern, as recommended by Microsoft.

klausbyskov
A: 

I would personally suggest: http://www.springframework.net/

But here's as good a place to start as well: http://www.asp.net/mvc/learn/

Srirangan
The question was about MVC in windows application, not asp.net mvc
Giorgi
No Sriranga, I am asking about MVC in windows application
Pankaj
I think you mean desktop apps and not "windows" apps. Bah..
Srirangan
what are desktop apps and windows apps, you mean to say desktop application and windows application?
Pankaj
Exactly.. there is no such thing called a "windows app". A "windows" app can either be a desktop app that runs on windows or a web app that can be hosted on windows servers. :-/
Srirangan