Reply
Tried LINQ to SQL yet?
Old 05-06-2008, 01:17 PM Tried LINQ to SQL yet?
Learning Newbie's Avatar
Moderator

Posts: 5,199
Name: John Alexander
Remember Doctor Dobb's Journal? From the 1980s programming? Used to cover topics like fuzzy logic before they were cool?

http://www.ddj.com/database/206905004

It's a good (interesting) article on LINQ, a new feature in .NET 3.0, which helps the object relational mappings that were discussed in another thread. From what I can gather so far, LINQ is a much higher level of abstraction that lets you deal with your backing store in a more object oriented fashion.

But this is part of the reason I haven't done so much hands on with it. I'm curious if there's a place for language integrated natural queries if you're already comfortable with SQL queries and ADO.NET?
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-07-2008, 12:27 AM Re: Tried LINQ to SQL yet?
Plugin-Developer's Avatar
Weightlifting CS Student

Posts: 505
Name: Nick Ohrn
I have not yet tried LINQ, but I'm very interested in it. It look slike it could take a lot of the hard labor out of doing query type things in code. It looks like it integrates well with the new Windows Presentation Foundation as well, letting database records be bound to the UI.
__________________
Plugin-Developer.com - Custom plugin development to fit your needs. Plugins available for WordPress and Drupal, among others.
Plugin-Developer is offline
Reply With Quote
View Public Profile Visit Plugin-Developer's homepage!
 
Old 05-11-2008, 06:13 PM Re: Tried LINQ to SQL yet?
vividearth's Avatar
Experienced Talker

Posts: 32
Location: London, UK
I have played with this a bit and it looks great for quick mapping. I would say it is likely to fall down for things like reporting, complex mapping or situations where you need to switch backend at runtime. For a deeper solution (m$ based) look at Entity Framework - more work but far more power. Personally I think the key wotj any ORM layer to not to see as a golden hammer - make sure you can drop through the framework to ADO/ODBC/Other when you need to - you will need to.

2 cents worth - intergrated query rocks - about time - we had this in 3/4GL days - about time it came back.

v
vividearth is offline
Reply With Quote
View Public Profile Visit vividearth's homepage!
 
Reply     « Reply to Tried LINQ to SQL yet?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11406 seconds with 12 queries