C# 3.0: The Evolution Of LINQ And Its Impact On The Design Of C# : Anson Horton

| C# 3.0: The Evolution Of LINQ And Its Impact On The Design Of C# : Anson Horton |
LINQ gives allows developers to take advantage of the power of queries. Find out how it came to be.
I was a huge fan of the Connections series, hosted by James Burke, when it aired on the Discovery Channel. Its basic premise: how seemingly unrelated discoveries influenced other discoveries, which ultimately led to some modern-day convenience. The moral, if you will, is that no advancement is made in isolation. Not surprisingly, the same is true for Language Integrated Query (LINQ).
In simple terms, LINQ is a series of language extensions that supports data querying in a type-safe way; it will be released with the next version Visual Studio, code-named "Orcas." The data to be queried can take the form of XML (LINQ to XML), databases (LINQ-enabled ADO.NET, which includes LINQ to SQL, LINQ to Dataset and LINQ to Entities), objects...
|
| Comments |
There are no comments yet...Kick things off by filling out the form below.
|
|
|