Chapter 15. Innovative data management with LINQ

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 ...

Get Microsoft Visual Basic 2013 Step by Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.