0

Thinking in LINQ

Harnessing the Power of Functional Programming in .NET Applications

Erschienen am 26.11.2014, 1. Auflage 2015
64,19 €
(inkl. MwSt.)

Lieferbar innerhalb 1 - 2 Wochen

In den Warenkorb
Bibliografische Daten
ISBN/EAN: 9781430268451
Sprache: Englisch
Umfang: xxvii, 272 S., 139 s/w Illustr., 272 p. 139 illus.
Einband: kartoniertes Buch

Beschreibung

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

Autorenportrait

Inhaltsangabe1. Thinking Functionally2. Series Generation3. Text Processing4. Refactoring with LINQ5. Refactoring with MoreLINQ6. Creating DSL using LINQ7. Static Code Analysis 8. Exploratory Data Analysis9. Interacting with the File SystemAppendix A: Lean LINQ TipsAppendix B: Taming Streaming Data with Rx.NET