Home
Releases
Discussions
Issue Tracker
Source Code
Stats
People
License
RSS RSS Feed
Search Wiki:
Project Description
With various .NET technologies such as Windows Communication Foundation (WCF), Windows Workflow Foundation (WF) and Language Integrated Query (LINQ) made available today, it can be quite a confusing task to put all of them into an Enterprise Architecture. Most available samples are focused on demonstrating a technology's capabilities and very few focused on the whole picture.

Layered Architecture Sample is created to demonstrate how we can apply some of these .NET technologies with the Layered Architecture design pattern. It is a simple example that illustrates the factoring of responsibilities and separation of concerns into multiple layers in an enterprise application. As the name implies, the main focus of the sample is "How to code the layers?" and not the actual functionality of the chosen Expense application. The Expense Business Process Flow was chosen simply because it is widely used and easiest to understand.


Preview Release of Expense Sample for .NET 3.5 is now available
http://www.codeplex.com/LayerSample/Release/ProjectReleases.aspx?ReleaseId=13807

Previous stable release for .NET 3.0 can be found at the following
http://www.codeplex.com/LayerSample/Release/ProjectReleases.aspx?ReleaseId=11916

References
Application Architecture for .NET: Designing Applications and Services
http://msdn2.microsoft.com/en-us/library/ms954595.aspx

.NET Framework 3.0 Community
http://www.netfx3.com

Please help promote Layered Architecture Sample.

You can now help to shape the Application Architecture Version 2 guide by sharing your thoughts in http://www.codeplex.com/AppArch
Last edited Fri at 12:21 AM  by firedancer, version 9
Comments
kika wrote  Nov 20 2007 at 4:51 PM  
Serena,

I agree with ykchoong10...It will make the code more easier to understand if you can provide us with architecture level info.

Thanks,
Kika

admin007 wrote  Nov 28 2007 at 11:58 AM  
Please add the architecture and design document. This will help us in understanding better. Thank you very much

matrixgoh wrote  May 2 at 9:37 AM  
kika,
you can find concept architecute desgin document here
[url:http://www.microsoft.com/downloads/details.aspx?FamilyId=A08E4A09-7AE3-4942-B466-CC778A3BAB34&displaylang=en]

Updating...