LINQ
Language Integrated Query (LINQ, pronounced "link") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages using a syntax reminiscent of SQL. Many of the concepts that LINQ has introduced... [more]
Language Integrated Query (LINQ, pronounced "link") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages using a syntax reminiscent of SQL. Many of the concepts that LINQ has introduced were originally tested in Microsoft's Cω research project. LINQ was released as a part of .NET Framework 3.5 on November 19, 2007.
LINQ defines a set of query operators that can be used to query, project and filter data in arrays, enumerable classes, XML, relational database, and third party data sources. While it allows any data source to be queried, it requires that the data be encapsulated as objects. So, if the data source does not natively store data as objects, the data must be mapped to the object domain. Queries written using the query operators are executed either by the LINQ query processing engine or, via an extension mechanism, handed over to LINQ providers which either implement a separate query processing engine or translate to a different format to be executed on a separate data store (such as on a database server as SQL queries). The results of a query are returned as a collection of in-memory objects that can be enumerated. -- source www.wikipedia.org
Professional ADO.NET 3.5 with LINQ and the Entity Framework

Roger Jennings, "Professional ADO.NET 3.5 with LINQ and the Entity Framework"
Wrox | ISBN: 047018261X | February 3, 2009 | 672 pages | PDF | 9.1 MB
Language Integrated Query (LINQ), as well as the C# 3.0 and VB 9.0 language extensions to support it, is the most import single new feature of Visual Studio 2008 and the .NET Framework 3.x. LINQ is Microsoft’s first attempt to define a universal query language for a diverse set of in-memory collections of generic objects, entities persisted in relational database tables, and element and attributes of XML documents or fragments, as well as a wide variety of other data types, such as RSS and Atom syndication feeds. Microsoft invested millions of dollars in Anders Hejlsberg and his C# design and development groups to add new features to C# 3.0—such as lambda expressions, anonymous types, and extension methods—specifically to support LINQ Standard Query Operators (SQOs) and query expressions as a part of the language itself.
D0wn10ad
Mirr0r
Readme
Password default : booktraining.net
|
Lauren Johnson, 12-Year-Old Girl, Says She Sneezes 12,000 Times a Day
The middle schooler caught a cold two weeks ago, and can't seem to shake the urge to sneeze.
|
|
Andy House, Texas Man, Accidentally Drives 2006 Bugatti Veyron Into Salt Marsh
Marsh says he's had so many calls he's shut off his phone. Among the callers? Arnold Schwarzenegger.
|
|
Corri Fetman, 'Lawyer of Love,' Sued by 'Playboy' Over Title Trademark
The magazine filed a lawsuit Tuesday claiming Fetman tried to trademark the title "Lawyer of Love" for her own practice.
|





