Best Approach to handle Data Concurrency In 3-Tier Application

Posted by Yoann. B on Stack Overflow See other posts from Stack Overflow or by Yoann. B
Published on 2009-11-29T23:05:56Z Indexed on 2010/04/09 2:03 UTC
Read the original article Hit count: 407

Filed under:
|
|
|

Hi,

What is the best approach to handle Data Concurrency issues in a 3 layered Application (WCF + LinqToSql or EF) with detached entities or DTOs ?

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about 3-tier