PC Review


Reply
Thread Tools Rate Thread

Anybody try Reactive Programming yet?

 
 
RayLopez99
Guest
Posts: n/a
 
      4th Jul 2011
It's asynchronous programming involving a "push" listener/subscriber
model. Useful when dealing with the "cloud" and lazy loading
problems.

More information here:
http://blogs.msdn.com/b/rxteam/archi...lverlight.aspx

First official release was released about a month ago.

RL

What is Rx?

Rx is a .NET Library that allows programmers to write succinct
declarative code to orchestrate and coordinate asynchronous and event-
based programs based on familiar .NET idioms and patterns.

At the heart of the library are two new interfaces IObservable<T> and
IObserver<T>. These interfaces are part of .NET 4 and Silverlight 4 by
default. For .NET 3.5 and Silverlight 3.5, they ship with the Rx
library.

The Rx library provides API create instances of these interfaces from
scratch, convert existing asynchronous patterns such as events to
these interfaces, query, transform and merge observables. All together
creating a new powerful way of writing asynchronous applications.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make a DataGridViewComboBox column more reactive? Massimo Microsoft Dot NET Framework Forms 6 9th Feb 2007 10:38 AM
Reactive table of contents page =?Utf-8?B?UHJvZ2VuaWM=?= Microsoft Powerpoint 3 12th Dec 2006 12:48 AM
Akasa UV Reactive Cables christopherpostill Modding 7 15th Feb 2006 08:34 PM
HOW TO REACTIVE MICROSOFT PROGRAMS? =?Utf-8?B?YmFrYW9ubmE=?= Microsoft Access 3 1st Mar 2005 12:37 AM
Can't reactive MS products, others won't install either after PC t =?Utf-8?B?bW9uc2lldXJtcw==?= Windows XP General 4 23rd Dec 2004 10:10 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:18 PM.