How to develop a win application using MVC pattern
following a MVC pattern how can i develop a windows application with c#. is there any site from where i can have the knowledge to build the flow in my win application which follow the MVC pattern. ba开发者_如何学Pythonsically i need to write the code in such a way when other developer read my code then they will understand that i have followed the MVC patter in my coding flow. i don't know MVC style coding so please help me with adequate information. thanks.
From the Gang of four book : http://www.exciton.cs.rice.edu/JavaResources/DesignPatterns/book/hires/chap1fso.htm#sec1-2
精彩评论