LINQ to SQL N-tier Smart Client

LINQ to SQL N-tier Smart Client
This sample shows you one way to build an n-tier application using LINQ to SQL classes and a disconnected DataContext.

There's some really good information in the MSDN Library on how to set up LINQ to SQL in distributed applications. There are a variety of ways to handle LINQ to SQL in these scenarios as the library shows. In this sample I show the most common scenarios to get this to work with a remote .NET Windows smart client (WPF coming soon!).

Read the detailed articles on how I built this sample here:

Part 1 Building the Middle-Tier

Part 2 Building the Client

Part 3 Database Transactions

Download the code!.

你可能感兴趣的:(client)