Succinct But Complete Example of WPF App?
- by Eric J.
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.