Linq to SQL - design question.

Posted by UshaP on Stack Overflow See other posts from Stack Overflow or by UshaP
Published on 2010-03-15T15:32:22Z Indexed on 2010/03/15 15:59 UTC
Read the original article Hit count: 204

Filed under:
|
|

HI, Currently i have one big datacontex with 35 tables (i dragged all my DB tables to the designer). I must admit it is very comfortable cause i have ORM to my full DB and query with linq is easy and simple.

My questions are: 1. Would you consider it bad design to have one datacontext with 35 tables or should i split it to logic units? 2. Is there any performance penalties for using such a big datacontext?

Thanks, Pini.

© Stack Overflow or respective owner

Related posts about linq-to-sql

Related posts about c#