Tuesday, February 24, 2009

Linq

Language Integrated Query

My original post referencing linq was apparently quite accurate. Here is the source information about linq, everything you want to know written by the people that made it.

Summary: LINQ to SQL provides a runtime infrastructure for managing relational data as objects without losing the ability to query. Your application is free to manipulate the objects while LINQ to SQL stays in the background tracking your changes automatically.

http://msdn.microsoft.com/hi-in/library/bb425822(en-us).aspx

Thanks,

Alex

1 comment:

  1. Thanks for the post about LINQ. I had not heard of it yet and this at least puts it on my radar.

    ReplyDelete