Programming Reactive Extensions and LINQ

Programming Reactive Extensions and LINQ by Jesse Liberty, published by Apress on October 31, 2011, is a comprehensive guide designed for .NET developers looking to enhance their programming skills. This 184-page book delves into Reactive Extensions (Rx), offering an in-depth tutorial on how to create applications using WPF, Silverlight, and Windows Phone. The text emphasizes the shift from imperative to event-driven programming, highlighting the advantages of reactive programming in handling events and asynchronous method calls.
Readers will discover how reactive programming transforms traditional coding practices by introducing the concept of observable collections, which allow for more flexible data handling. The book illustrates how to apply these principles across various applications, aiming to improve coding efficiency and performance. With a focus on practical implementation, this edition serves as a valuable resource for those interested in software development and information technology.
Official synopsis Publisher
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.
Author
Publisher
Topics
FAQ
What is “Programming Reactive Extensions and LINQ” about?
Who is the author of “Programming Reactive Extensions and LINQ”?
When was “Programming Reactive Extensions and LINQ” published?
What is the ISBN for “Programming Reactive Extensions and LINQ”?
What are the book details (language, pages, edition)?
