Presentation Design Patterns
问题 I've been studying and working with presentation design patterns for a while, and i have successfully impleneted design patterns like FrontController , MVP etc. for WebApps , and of course the MVC pattern and the ASP.NET MVC framework which is a great choice. however, i was wondering if using a presentation pattern like MVP would be a good choice for WinForms applications. if the answer is yes then great, if not and/or there are pitfalls to be aware of it would be great if you could explain