Programming Reactive Extensions and LINQ

Programming Reactive Extensions and LINQ
Author :
Publisher : Apress
Total Pages : 181
Release :
ISBN-10 : 9781430237488
ISBN-13 : 1430237481
Rating : 4/5 (481 Downloads)

Book Synopsis Programming Reactive Extensions and LINQ by : Jesse Liberty

Download or read book Programming Reactive Extensions and LINQ written by Jesse Liberty and published by Apress. This book was released on 2012-02-01 with total page 181 pages. Available in PDF, EPUB and Kindle. Book excerpt: Pro Reactive Extensions and LINQ is a deep dive into the next important technology for .NET developers: Reactive Extensions. This in-depth tutorial goes beyond what is available anywhere else to teach how to write WPF, Silverlight, and Windows Phone applications using the Reactive Extensions (Rx) to handle events and asynchronous method calls. Reactive programming allows you to turn those aspects of your code that are currently imperative into something much more event-driven and flexible. For this reason, it’s sometimes referred to as LINQ for Events. Reactive programming hinges on the concept of the observable collection, as opposed to the simple enumerable collection with which we’re all familiar. For example, to extract data from a collection and add it to a list box, you would traditionally iterate through the list box, extracting each object in turn. This approach works fine, but it requires significant knowledge about the data you’re working with, which can be limiting. In Rx programming, you're instead informed about each object in turn and then free to react to each notification however you like, which affords much greater flexibility. This book shows you how reactive programming can be applied to a range of situations—from WPF applications to Windows Phone apps—to improve coding efficiency and boost performance.


Programming Reactive Extensions and LINQ Related Books

Programming Reactive Extensions and LINQ
Language: en
Pages: 181
Authors: Jesse Liberty
Categories: Computers
Type: BOOK - Published: 2012-02-01 - Publisher: Apress

DOWNLOAD EBOOK

Pro Reactive Extensions and LINQ is a deep dive into the next important technology for .NET developers: Reactive Extensions. This in-depth tutorial goes beyond
Rx.NET in Action
Language: en
Pages: 549
Authors: Tamir Dresher
Categories: Computers
Type: BOOK - Published: 2017-04-20 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

Summary Rx.NET in Action teaches developers how to build event-driven applications using the Reactive Extensions (Rx) library. Purchase of the print book includ
Thinking in LINQ
Language: en
Pages: 259
Authors: Sudipta Mukherjee
Categories: Computers
Type: BOOK - Published: 2014-12-03 - Publisher: Apress

DOWNLOAD EBOOK

LINQ represents a paradigm shift for developers used to an imperative/object oriented programming style, because LINQ draws on functional programming principles
Reactive Programming for .NET Developers
Language: en
Pages: 271
Authors: Antonio Esposito
Categories: Computers
Type: BOOK - Published: 2016-07-29 - Publisher: Packt Publishing Ltd

DOWNLOAD EBOOK

Get up and running with reactive programming paradigms to build fast, concurrent, and powerful applications About This Book Get to grips with the core design pr
Concurrency in C# Cookbook
Language: en
Pages: 205
Authors: Stephen Cleary
Categories: Computers
Type: BOOK - Published: 2014-05-15 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

If you're one of the many developers uncertain about concurrent and multithreaded development, this practical cookbook will change your mind. With more than 75