Succinct But Complete Example of WPF App?

Posted by Eric J. on Stack Overflow See other posts from Stack Overflow or by Eric J.
Published on 2010-05-27T01:58:42Z Indexed on 2010/05/27 2:01 UTC
Read the original article Hit count: 250

Is there a succinct but complete example project or tutorial that brings together the pieces of the Microsoft stack for a complete application?

WPF
MVVM
Business Objects
EF
Database

I find plenty for WPF and plenty for EF, but am having trouble fully understanding how the EF generated classes relate to business objects, and how those business objects in turn fit into the MVVM pattern.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about entity-framework