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?
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?
I suggest you read the following series: The Build Your Own CAB Series Table of Contents
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.
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/