November 2013
Beginner
700 pages
20h 40m
English
After completing this chapter, you will be able to
In Microsoft Visual Studio, an important technology used for managing and retrieving data is known as Language Integrated Query (LINQ) (pronounced link). LINQ allows you to retrieve data in the same way from almost any data source, whether it is stored in arrays, collections, lists, databases, or Extensible Markup Language (XML) documents. If you’ve had any exposure to SQL statements that fetch information from structured tables in a database, you’ll find that LINQ is similar in many respects.
In this chapter, you’ll learn how to use LINQ to extract data from arrays and ...
Read now
Unlock full access