Curing Your Event Processing Blues with Reactive Extensions (Rx)
- Date: June 26, 2012 from 2:45PM to 4:00PM
- Day 1
- DEV413
- Speakers: Bart De Smet
- 71,710 Views
- 6 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
Slides (view online)Already have a Channel 9 account? Please sign in
Follow the Discussion
Reasonable presentaion 3/5
Got some good tips.
Very nice demo of Rx with a not so obvious/cliche demo, the kinect demo idea was really cool ;-)
Cheers, Martin
Amazingly cool demo, especially the Kinect part.
Bart is SO NICE lol
Great presentation, Bart. The use case for Kinect is great, and I have some ideas I can't stop thinking about ... but this forum isn't a great place for it. Is the cloud programmability team still hiring?
Great presentation, Bart. FYI, for those who are just using VS2010 with framework 4.0 and want to get the Dictionary example going, you can still do this but you have to use the FromAsyncPattern() method. Also be sure when you create your service reference to the dictService that you mark it as async in the advanced properties.
The main change will be the following line:
var dictWords = Observable.FromAsyncPattern<string, string, string, DictionaryWebService.DictionaryWord[]>(svc.BeginMatchInDict, svc.EndMatchInDict);
Remove this comment
Remove this thread
close