I’ve just learned what ASP.NET MVC is and I’m wondering if the pattern is ever used in Windows Desktop application development?
I’m specifically looking at potentially trying to use it in a Desktop .NET application.
Please forgive me if this question is way out in left field in terms of how MVC is suppose to be used. I’m still trying to wrap my head around the details of it.
MVC comes in many flavors, Marting Fowler discusses at http://martinfowler.com/eaaDev/uiArchs.html
Google returns quite a lot of interesting stuff for windows forms mvc also