PNASoft
RSS feed

Summarize

Galleries: 68   Photos: 2224
Folders: 67   Files: 2221
Members: 34749      


Apress - LINQ For Visual CSharp 2008

Apress - LINQ For Visual CSharp 2008

Chapter 1: LINQ to Objects
In this chapter we’ll study LINQ fundamentals by exploring its features for querying in-memory objects. We’ll start with some simple examples to get an idea of what programming with LINQ to Objects involves, then we’ll look at examples for all of LINQ’s standard query operators.

Introduction
Data domains are different from object domains. When we deal with objects like arrays and collections, we use iteration to retrieve their elements. If we’re looking for a particular element based on its content rather than its index, we have to use a loop and process each element individually. For example, for an array of strings there is no built-in method to retrieve all elements whose length is equal to a particular value. LINQ addresses this challenge by providing a uniform way to access data from any data source using familiar syntax. It lets us focus on working with data rather than on accessing it.

LINQ to Objects can be used with any class that implements the IEnumerable<T> interface. Let’s look at how it works.
Tags:,

Google bookmark Yahoo bookmark Digg bookmark Furl bookmark Reddit bookmark Slashdot bookmark Stumbleupon bookmark Technorati bookmark Blinklist bookmark Newsvine bookmark Netvouz bookmark Wists bookmark Blogmarks bookmark Spurl bookmark Shadows bookmark Facebook bookmark
Placeholder for Google Adsense
Placeholder for Google Adsense



Comments

hoseinquest said:

good ebook

June 19, 2008 1:57 AM

thevillian said:

Thanks for the book.

June 20, 2008 1:52 AM

mauri160 said:

Thanls a lot. I will read it.

July 28, 2008 8:24 AM

eealchemist said:

Thanks

September 13, 2008 6:04 AM

khanh86 said:

thanks.

September 27, 2008 7:09 PM

GeoPL2008 said:

Greate Book, Thanks

November 23, 2008 8:34 PM

Dato0011 said:

thanks for sharing

January 19, 2009 3:51 PM
PNASoft.com does not store any files on its server.
Please contact the content providers to delete copyright contents. Copyright by PNASoft.com