tags:

views:

49

answers:

2

I'm interested in the history of Linq. How it was first conceived, how it grew from an idea, how it was developed to the technology it is today. Is anyone aware of a document or video that would give such a history? I know there is a Channel 9 video with Anders Hejlsberg from 2005, but this isn't what I'm looking for.

Thanks.

A: 

Try this links

Microsoft LINQ History History of the Evolution of MS Data Access APIs http://blogs.msdn.com/data/archive/2006/12/05/data-access-api-of-the-day-part-i.aspx

ritesh choudhary
+1  A: 

Chapter 13 of Masterminds of Programming contains an interview with Anders Hejlsberg, one of the most prominent developers of LINQ; the linked Wikipedia entry contains links to videos with interesting background information.

Greg S
@Greg - thank you. I just ordered the book.
Randy Minder
@Randy: You're very welcome. On a side note: if you enjoy the book, another great interview collection can be found in "Coders at Work" (http://apress.com/book/view/1430219483, nothing on C# or LINQ in there, though).
Greg S