Entity Framework

There are 2 entries for the tag Entity Framework

Build enterprise application with WPF, WCF, Entity Framework and Prism. Tutorial 02.

25 October 2009 |

Update: source code and documentation are now available on CodePlex at this address: http://prismtutorial.codeplex.com/ Build a generic repository with the Entity Framework. In the previous series of articles about M-V-VM we used the AdventureWorks database, available on CodePlex. After this article (configure a data layer with LinQ-to-SQL) I have got some reader’s emails asking me this and that. So, I am going to give you all those answers right now. Download and configure the Adventure Works database. On my dev PC I have SQL Server 2008 Standard version, but...

Build enterprise application with WPF, WCF, Entity Framework and Prism. Tutorial 01.

20 September 2009 |

Update: source code and documentation are now available on CodePlex at this address: http://prismtutorial.codeplex.com/ In these series of articles I will show you how to build an enterprise application using the most recent Microsoft’s technologies like: WPF with PRISM for the UI, Entity Framework for the Data Layer and WCF for the persistence service. Specifications. We will build a 3 tiers application that will spread the responsibility through 3 different machines (virtually because the Visual Studio solution is only one). SQL Server It will...