buchspektrum Internet-Buchhandlung

Neuerscheinungen 2015

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Sudipta Mukherjee

Thinking in LINQ


Harnessing the Power of Functional Programming in .NET Applications
2015. xxvii, 272 S. 139 SW-Abb. 235 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2015
ISBN: 1-430-26845-X (143026845X)
Neue ISBN: 978-1-430-26845-1 (9781430268451)

Preis und Lieferzeit: Bitte klicken


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.
1. Thinking Functionally

2. Series Generation

3. Text Processing

4. Refactoring with LINQ

5. Refactoring with MoreLINQ

6. Creating DSL using LINQ

7. Static Code Analysis

8. Exploratory Data Analysis

9. Interacting with the File System

Appendix A: Lean LINQ Tips

Appendix B: Taming Streaming Data with Rx.NET