Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 273279
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T00:26:01+00:00 2026-05-12T00:26:01+00:00

I was wondering what the correct-way is when using a Linq to Sql-model in

  • 0

I was wondering what the “correct”-way is when using a Linq to Sql-model in Visual Studio.
Should I create a new model for each of my components, say Blog, Users, News and so on and have all different xxxDataContext‘s with tables and SPROCs added in each of these.

Or should I create one MyDbDataContext and always work against that?

What’s the pro’s/con’s? My gut tells me to divide it up in smaller context’s, but it also feels like that could bring problems as the project expands?

What’s the deal? Help me Stackoverflow 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T00:26:01+00:00Added an answer on May 12, 2026 at 12:26 am

    There will always be overhead when creating the data context as the model needs to be built. Depending on the number of tables in your database this might not be much of a big deal though. If it’s only 10 tables or so, the overhead will not be much more than that for a context with say 1 table (sorry, I don’t have actual stress testing to show the overhead, but, hey, maybe that gives me something to blog on this weekend).. When looking at large databases the overhead might be a enough to consider using seperate contexts.

    The main advantage I would see with using a single data context is that you gain the ability to use JOINs in your LINQ query and that will be translated to T-SQL. Where as if you do the join after the arrays of objects are pulled, the performance might be a bit slower. Additionally, keeping track of multiple data contexts might be confusing and good naming conventions would be needed. So building your own data model w/ business logic which encapsulates the contexts would be a bit harder. I’ve done this and it’s not fun 🙂

    However, if you still feel you want to go that route, then I would recommend putting similar tables (that you might need to join) in the same context. Also, there are some tuts online that recommend using a shared MappingSource when using multiple contexts that use the same source. Information on this can be found here: http://www.albahari.com/nutshell/speedinguplinqtosql.aspx

    Sorry, I know that’s not really a black and white answer, but hopefully it helps 🙂

    Addition:

    Just wanted to add that I did a small test and ran 20,000 SELECT statements against a small sized table using 2 different data contexts:
    DataClasses1DataContext contained mappings to all tables in the db (4 total)
    DataClasses2DataContext contained a single mapping for just the one table

    Results:

    Time to execute 20000 SELECTs using DataClasses1DataContext: 00:00:10.4843750

    Time to execute 20000 SELECTs using DataClasses2DataContext: 00:00:10.4218750

    As you can see, it’s not much of a difference.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 323k
  • Answers 323k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer This could probably be done with hooks etc. as you… May 14, 2026 at 1:01 am
  • Editorial Team
    Editorial Team added an answer You can do this with a static constructor: import java.util.Random;… May 14, 2026 at 1:01 am
  • Editorial Team
    Editorial Team added an answer Are you talking about MySQL GUI Tools? They represent a… May 14, 2026 at 1:01 am

Related Questions

I'm very new to Linq, I can find multi-line data reading examples everywhere (by
I'm trying to come up with a way to make the computer do some
Ok, I'm programming in objective-C and using Xcode. I have read through the documentation
i was wondering what the main things were to avoid when creating an webapplication

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.