Microsoft.ApplicationBlocks.UIProcess
I'm a newbie to many of the established OO patterns, but am trying to learn. Many months ago, I joined the GDN Workspace for the MS User Interface Application Block. This application block employs Model-View-Controller(MVC) style pattern that intrigued me. Overall, I understood the premise, but frankly ,so far, it seemed too complicated to understand.
Lastnight, I read a simple article “Build Well-Factored UIs“by Josh Lane while perusing the examples, and everything finally clicked!
Now, I just need to put together some applications and play with it a bit to cement my understanding. Eventually I want to try this with a more ambitious WinForm project I have been working on. Does anyone know of a good MVC example using MDI? (preferably using the UIProcess Application Block)