September 2009 Blog Posts
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...