Programming Reactive Extensions and LINQ
Autor Jesse Liberty, Paul Bettsen Limba Engleză Paperback – 31 oct 2011
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.
Preț: 272.33 lei
Preț vechi: 340.41 lei
-20% Nou
Puncte Express: 408
Preț estimativ în valută:
52.13€ • 56.64$ • 43.81£
52.13€ • 56.64$ • 43.81£
Carte tipărită la comandă
Livrare economică 21 aprilie-05 mai
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781430237471
ISBN-10: 1430237473
Pagini: 184
Ilustrații: XVI, 184 p.
Dimensiuni: 178 x 254 x 10 mm
Greutate: 0.33 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1430237473
Pagini: 184
Ilustrații: XVI, 184 p.
Dimensiuni: 178 x 254 x 10 mm
Greutate: 0.33 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalNotă biografică
Jesse Liberty is a Master Consultant for Falafel Software, aMicrosoft MVP, a Telerik MVP, an author, and he creates courses forPluralsight. Liberty hosts the popular Yet Another Podcast and his blog isconsidered required reading. He was a Senior Evangelist for Microsoft, a XAML Evangelistfor Telerik, a Distinguished Software Engineer at AT&T; Software Architectfor PBS and Vice President of Information Technology at Citibank. Jesse can befollowed on twitter at @JesseLiberty
Caracteristici
A deep dive into the next important .NET technology: Reactive Extensions, also known as LINQ for Events.