LINQ2SQL: 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
            14:32 UTC
        
        
        Read the original article
        Hit count: 325
        
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 LINQ2SQL ?
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 has any disadvantage or can create performance issues ?
Thanks.
© Stack Overflow or respective owner