For WPF, there is a Microsoft Prism project .
Prism provides a guide designed to help you design and build rich, flexible, and easy-to-maintain Windows Presentation Foundation (WPF) desktop applications, Silverlight Rich Internet Applications (RIA), and Windows Phone 7 Applications
I was wondering if there is a similar project (reference implementation) intended for software developers creating WCF applications.
In our main internal project (rich .NET WinForms client application) we do not talk directly with the database, but instead receive and update data using ASP.Net web services, which we also control. Our current installation gives us some bottlenecks.
For a new small project, we want to try WCF.
Objective question: where can I find a non-core base WCF project?
source share