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 115237
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T02:59:15+00:00 2026-05-11T02:59:15+00:00

Does it make sense to use .NET DataSets even in applications that use a

  • 0

Does it make sense to use .NET DataSets even in applications that use a local in-process database for application data persistence?

If DataSets are mainly meant for in-memory caching of database results, it sounds like they’re not so beneficial when using something like SQL Server Compact local database that runs in the same process as the application.

Are there any other reasons to use typed DataSets? Say, do they ease WPF data binding?

  • 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. 2026-05-11T02:59:15+00:00Added an answer on May 11, 2026 at 2:59 am

    Let me try to answer my own question.

    It seems to me that DataSets were designed for use-cases such as this:

    1. Data is loaded from a remote DB to an in-memory cache (the DataSet).
    2. The cached copy is operated on in non-trivial ways (multiple tables, delete, add, update) without an active connection to the database.
      • DB relations need to be modeled into the local cache to enable these operations.
      • Data binding to the UI (e.g., WPF) is trivial because we’re working on in-memory copy of the data.
    3. The cached copy is sometimes updated to the remote DB for true persistence.
      • This may happen for example when the client returns to online state or the user presses ‘Apply’ to truly commit his data.

    With local in-process databases, there’s no need for the ability to work completely offline — the local DB connection is always available. This would suggest that modeling (potentially) complex DB relations into the local cache to enable add, delete and update is unnecessary. Rather, one would directly modify data in the database and only maintain a custom local cache for viewing the data. The local cache could be decoupled from the DB layer and put into its own ViewModel layer (MVVM).

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

Sidebar

Ask A Question

Stats

  • Questions 62k
  • Answers 62k
  • 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
  • added an answer You'll have to do this in JavaScript during the onLoad… May 11, 2026 at 10:01 am
  • added an answer There's a mailing list at http://www.exim.org/maillist.html. The problem you will… May 11, 2026 at 10:01 am
  • added an answer Tomcat can listen on different hostnames/IPs in a different way.… May 11, 2026 at 10:01 am

Related Questions

Does it make sense to use .NET DataSets even in applications that use a
Does it make sense to use SQL Server Compact for a desktop application? How
Does it make sense to use interfaces for your domain object factories by default,
Does it make sense, having all of the C#-managed-bliss, to go back to Petzold's
For example if I have an Enum with two cases, does it make take
Either for comparisons or initialization of a new variable, does it make a difference
Why does it (apparently) make a difference whether I pass null as an argument
When I make the same query twice, the second time it does not return
Assuming the file exists (using os.path.exists(filename) to first make sure that it does), how
Does it matter to developers that the current, and newer versions of .Net don't

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.