Skip to main content

LINQ: Language Integrated Query

  • Chapter
  • 388 Accesses

Abstract

C-style languages (including C#) are imperative in nature, meaning that the emphasis is placed on the state of the system, and changes are made to that state over time. Data-acquisition languages such as SQL are functional in nature, meaning that the emphasis is placed on the operation and there is little or no immutable data used during the process. LINQ bridges the gap between the imperative programming style and the functional programming style. LINQ is a huge topic that deserves entire books devoted to it and what you can do with it.1 There are several implementations of LINQ readily available and they are LINQ to Objects, LINQ to SQL, LINQ to Dataset, and LINQ to XML. I will be focusing on LINQ to Objects since I’ll be able to get the LINQ message across without having to incorporate extra layers and technologies.

This is a preview of subscription content, log in via an institution.

Buying options

Chapter
USD   29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD   29.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD   39.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Learn about institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

References

  1. For more extensive coverage of LINQ, I suggest you check out Pro LINQ: Language Integrated Query in C# 2008 by Joseph C. Rattz, Jr. (Berkeley, CA: Apress, 2007).

    Google Scholar 

  2. I first encountered Koenig’s so-called fundamental theorem of software engineering in his excellent book co-authored with Barbary Moo titled Ruminations on C++ (Boston, MA: Addison-Wesley Professional, 1996).

    Google Scholar 

Download references

Rights and permissions

Reprints and permissions

Copyright information

© 2007 Weldon W. Nash, III

About this chapter

Cite this chapter

(2007). LINQ: Language Integrated Query. In: Accelerated C# 2008. Apress. https://doi.org/10.1007/978-1-4302-0338-4_16

Download citation

Publish with us

Policies and ethics