Looking for a MVVM example
Are there complete MVVM exampl开发者_如何学运维e solutions that don't use a 3rd party frameworks, Silverlight, or WPF?? Maybe something with WSF? -- thanks
If you want a "clean" example on MVVM (no framework attached), I suggest looking at https://github.com/brentedwards/Movies
This is a project by Brent Edwards wich is used on his presentation: WPF with MVVM from the trenches.
There is also a video in wich Brent gives some of the hightights of this presentation on DNR TV Episode 184: WPF with MVVM from the trenches with Brent Edwards
If you're looking a no-wpf and no-sl implmentation, you should be looking for the Presentation pattern from Martin Fowler wich is the generic definition of the pattern.
精彩评论