Search Wiki:
Entity Framework 4.0 Sample Application
An end-to-end sample WPF application that illustrates the new Entity Framework 4.0 features. Illustrates common design patterns (such as Repository, Unit of Work, and Model View View-Model (MVVM)) that promote testability and maintainability of code.

Last edited May 1 2010 at 1:45 AM  by JonathanAneja, version 2
Comments
JohnStagich wrote  May 27 2010 at 11:27 PM  
Jonathan,

Is there a document that contains instructions on how to build the Entity Framework 4.0 Sample Application?

Thanks!

John Stagich
www.JohnStagich.com

rido wrote  Dec 12 2010 at 10:57 PM  
Great Sample, really great... 5 stars

Insofom wrote  Jan 2 2011 at 12:58 PM  
xxx

noob wrote  Feb 14 2011 at 11:21 PM  
It would be nice if this was better documented for the noob

ricardo_1937 wrote  Mar 18 2011 at 4:27 PM  
I receive an error of unhandled exception when the program starts executing (C#) return this.context.Departments.ToList(), which is line 50 of the Employee Tracker.
How can this be fixed?

ccollins1 wrote  Mar 22 2011 at 11:32 PM  
In the Application.xaml.vb file, change the UseFakes Boolean to True and it will work.

rschandras wrote  Jun 16 2011 at 4:34 AM  
I agree with noob, it would be great if some documentation is provided (e.g. at least an overview, design of classes, and how the technologies are interrelated)

pncookson wrote  Sep 12 2011 at 6:19 PM  
I agree with noob, it would be great if some documentation is provided (e.g. at least an overview, design of classes, and how the technologies are interrelated)

pncookson wrote  Sep 12 2011 at 6:19 PM  
But still a great help. Thanks.

Updating...
Page view tracker