LINQ

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

C# 3.0 The Complete Reference

C# 3.0 The Complete Reference 3/E by Herbert Schildt



The Most Comprehensive C# Resource Available

With its support for Language-Integrated Query (LINQ), C# 3.0 has revolutionized C# programming, and bestselling author Herb Schildt has updated and expanded his classic programming reference to cover it. Using carefully crafted explanations, insider tips, and hundreds of examples, this book presents in-depth coverage of all aspects of C#, including its keywords, syntax, and core libraries. Of course, details on the new C# 3.0 features, such as LINQ, lambda expressions, implicitly typed variables, and anonymous types are included.

Essential for every C# programmer, this comprehensive guide is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Whether you are a novice programmer or a seasoned pro, the answers to all of your C# questions can be found in this definitive resource.

Coverage includes:

*
Data types and operators
*
Control statements
*
Classes and objects
*
Constructors, destructors, and methods
*
Interfaces, arrays, enumerations, and structures
*
Method and operator overloading
*
Inheritance and virtual methods
*
Reflection and runtime type ID
*
Exception handling
*
Delegates, properties, events, and indexers
*
Attributes
*
Multithreading
*
Generics
*
LINQ (Language-Integrated Query)
*
Lambda expressions
*
Anonymous types
*
Extension methods
*
Implicitly typed variables
*
I/O, networking, and collections
*
The preprocessor and much, much more


2.3M pdf

uploadbox link


uploading link

Password default : booktraining.net
Sponsors
Comments
Be the first to leave a comment!
Add a Comment:
Already a member? Log In
Sponsors
About the Author

15 Kudos
Top Current Events Articles
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.
More From Zimbio
Copyright © 2009 - Zimbio, Inc. Some rights reserved.