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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:58:31+00:00 2026-05-11T01:58:31+00:00

I’m getting back into .NET development after a couple years and it seems that

  • 0

I’m getting back into .NET development after a couple years and it seems that now, especially with LINQ, the way you access your data has changed and become much easier. For instance, in a ASP.NET MVC website, I can:

  • Add Item
  • add LINQ-to-SQL classes
  • drag on database tables onto the LINQ-to-SQL Object Relational Designer, click save
  • access and manipluate my data via LINQ one-liners (which I learned here: http://www.asp.net/learn/mvc/tutorial-11-cs.aspx)

This looks great, but how real-world is it?

  • is the above LINQ-to-SQL scenario something that you use in real projects or is it just a quick scaffolding technology, i.e. what happens when you start adding, removing fields and tables in your database, how do the LINQ-to-SQL classes stay in sync?

And how do I make sense of all the new technologies in this space, e.g.

  • Where does Subsonic fit in?
  • Where does Astoria (ADO.NET Data Services) fit in?
  • Where does NHibernate fit in?
  • How can I use other databases with LINQ-to-SQL (I tried dragging a SQLite table on the Object Relational Designer and got a ‘not supported error) or is LINQ-to-SQL only for SQL Server?
  • does LINQ-to-XML work like LINQ-to-SQL, e.g. can I drag in XML files onto a designer and then access them with LINQ, or do I need to write my own code for this?
  • does LINQ-to-Entities work like LINQ-to-SQL i.e. automatically generated classes but just with more options?

  • is ADO.NET with its DataTables and DataSets an old technology now that we have LINQ? Does LINQ-to-ADO.NET make sense?

  • where does Azure fit in where you don’t really even have RDBMS anymore

  • where does ESB fit in when your UI is just talking RESTfully to WCF or speaking to web services?

Now that we have so many options, if you could choose any of these technologies for a project, which would you choose and why?

  • 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-11T01:58:31+00:00Added an answer on May 11, 2026 at 1:58 am

    Initial responses (mostly on the LINQ stuff):

    • LINQ to SQL is something you can use in real projects; I have done. We tended to have all our Data Access code in the partial class that is generated when you right click on the design surface and select ‘View Code’, rather than scattered as one-liners throughout your code.
    • With LINQ to SQL if you modify the database you need to remove and re-add the tables – this is a bit of limitation, with the Entity Framework you can ‘Update model from database’ to auto add/remove these columns.
    • It should probably have been called LINQ to MSSQL Server – it is tied directly to SQL Server. If you want to use similar tooling with other data sources, you could have a look at the Entity Framework – however this currently has other limitations – LINQ to SQL was as much as anything a proof of concept that this could work.
    • ADO.NET Data Services provide you with a REST based interface to your ADO.NET objects – so you can call simple webservices to retrieve data, without having to write those services.
    • No, there isn’t a design surface for LINQ to XML – I guess someone could do something with an XSD though, that would be interesting 😉
    • You could think of Azure as ‘An operating system in the cloud’, it has a database for storage, although as you state, it’s not relational, there’s no joins, but you’re still going to be querying it for results.

    To answer your final question, I’ve not learnt enough about NHibernate or others to say, but I’d be happy to use LINQ to SQL for basic database access, but I’ve started looking at LINQ to Entities for my more complex stuff rather than the others – mostly because I like the pretty pictures.

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

Sidebar

Ask A Question

Stats

  • Questions 104k
  • Answers 104k
  • 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 Here's a thought May 11, 2026 at 8:36 pm
  • Editorial Team
    Editorial Team added an answer Aside from the message name in the other answer, you… May 11, 2026 at 8:36 pm
  • Editorial Team
    Editorial Team added an answer Here's the complete probability tree for these replacements. Let's assume… May 11, 2026 at 8:36 pm

Related Questions

I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I am currently running into a problem where an element is coming back from
Seemingly simple, but I cannot find anything relevant on the web. What is the
Configuring TinyMCE to allow for tags, based on a customer requirement. My config is
Is it possible to replace javascript w/ HTML if JavaScript is not enabled on

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.