博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

LINQ to SQL N-tier Smart Client

Posted on 2008-05-12 00:02  江南白衣  阅读(529)  评论(0编辑  收藏  举报
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!.