Cantitate/Preț
Produs

Thinking in LINQ: Harnessing the Power of Functional Programming in .NET Applications

Autor Sudipta Mukherjee
en Limba Engleză Paperback – 26 noi 2014
LINQ represents a paradigm shift for developers used to an imperative/object oriented programming style, because LINQ draws on functional programming principles. Thinking in LINQ addresses the differences between these two by providing a set of succinct recipes arranged in several groups, including:
  • Basic and extended LINQ operators
  • Text processing
  • Loop refactoring
  • Monitoring code health
  • Reactive Extensions (Rx.NET)
  • Building domain-specific languages
Using the familiar "recipes" approach, Thinking in LINQ shows you how to approach building LINQ-based solutions, how such solutions are different from what you already know, and why they’re better. The recipes cover a wide range of real-world problems, from using LINQ to replace existing loops, to writing your own Swype-like keyboard entry routines, to finding duplicate files on your hard drive. The goal of these recipes is to get you "thinking in LINQ," so you can use the techniques in your own code to write more efficient and concise data-intensive applications.
Citește tot Restrânge

Preț: 38343 lei

Preț vechi: 47928 lei
-20% Nou

Puncte Express: 575

Preț estimativ în valută:
7338 7622$ 6095£

Carte tipărită la comandă

Livrare economică 03-17 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781430268451
ISBN-10: 143026845X
Pagini: 272
Ilustrații: XXVII, 272 p. 139 illus.
Dimensiuni: 191 x 235 x 17 mm
Greutate: 0.47 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Public țintă

Popular/general

Caracteristici

Shows how to optimize queries by applying theunderlying principles of functional programming built into LINQ Explains how to replace old code with LINQ; leadingto cleaner, more readable code; Explainscommon LINQ query errors and how to avoid them Includes a list of tips thatreaders can use to tune their queries to yield faster results