WCF & WF Sample Application - Layered Architecture
This is a sample application that is built by one of my colleuges -- Serena Yeoh, to illustrate how to develop .NET applications using the Layered Architecture design pattern. It is not a full-blown application but a simple example to demonstrate the factoring of responsibilities and separation of concerns into multiple layers in an enterprise application.
You can download the sample application from codeplex:https://www.codeplex.com/LayerSample
For reference on Application Architecture for .NET: Designing Applications and Services, please visit: https://msdn2.microsoft.com/en-us/library/ms954595.aspx
Comments
Anonymous
January 01, 2008
PingBack from http://msdn.blogsforu.com/msdn/?p=3922Anonymous
March 26, 2008
In the previous blog, I mentioned about the WCF & WF Sample Application - Layered Architecture ThereAnonymous
April 03, 2012
how to use sequential work flow without console application .