Linq-to-SQL: how many datacontexts ?

Posted by sh00 on Stack Overflow See other posts from Stack Overflow or by sh00
Published on 2010-05-29T14:26:22Z Indexed on 2010/05/29 17:12 UTC
Read the original article Hit count: 262

Filed under:
|
|
|

I have a SQL Server 2008 database with > 300 tables. The application I have to design is an Windows Forms app, .NET 3.5, C#.

Which is the best way to work with Linq-to-SQL ?

I intend to make a datacontext for each business entity.

Is there any problem ?

I need to know if this way of working with Linq-to-SQL has any disadvantage or can create performance issues ?

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql