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

Latest Blog Post:
My Favorite Isaac Asimov Story
Posts: 4,068
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?
__________________
HungarianNotation is the last resort of scoundrels. Why not the first resort? That's where it counts!
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Sponsored Links (We share ad revenue):
 
Old 05-07-2008, 12:27 AM Re: Tried LINQ to SQL yet?
nickohrn's Avatar
Weightlifting CS Student

Posts: 451
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.
__________________
NickOhrn.com - My personal haven of insight to offer the world.
Plugin-Developer.com - Custom plugin development to fit your needs. Plugins available for WordPress and Drupal, among others.
nickohrn is offline
Reply With Quote
View Public Profile Visit nickohrn's homepage!
 
Old Yesterday, 06:13 PM Re: Tried LINQ to SQL yet?
Novice Talker

Posts: 6
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
 
Sponsored Links (We share ad revenue):
 
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.13212 seconds with 14 queries