By tag: nTier
0
kicks
Linq to SQL with WCF in a Multi Tiered Action - Part 2
Second Part of Sidar's multi tiered walkthrough with Linq and WCF - Presentation issues and Data Layer implementation covered, source code is available to download too.
0
kicks
ORM (object-relational mapping) in .NET 3.5
What this article covers is a general introduction to ORM concepts, the approach that .NET 3.5 takes, and how it compares to these other packages.
0
kicks
How to Design a Great, yet Simple Data Layer in .NET
The article includes a code sample at the end on how to design a very simple yet elegant data layer (or data tier) in ASP.NET. Make sure you check out the IBusinessEntity interface.
0
kicks
Moving Data Between Tiers
An article and sample code demonstrating how you can move data between tiers in a strongly typed way.
0
kicks
Web Applications: N-Tier vs. N-Layer
One of the best posts presenting the pro's AND con's of layers and tiers in an application. Additionally gives some solid references to external resources.