Bart De Smet is back and he's going to go deep into improvements made to Rx 2.0 RC (so, Rx 2.0 getting close to coming out of the oven!). As you'd expect, Bart and company have been very busy since Rx 2.0 Beta - lots of performance and reliability improvements and some heavy work in how Rx...
Learn how to use LINQ operators to filter, aggregate, and group data in observable sequences to produce desired results.
Link Removed
Link Removed
Link Removed
You've learned a lot about Rx (Reactive Extensions) on C9 over the years. You've seen Rx go from incubation stage to DevLabs project to having a happy home on the Link Removed.
Today, we're very pleased to announce that Link Removed Link Removed
Rx V1 will ship as a stable release with...
This video covers the basics of using depth data from Kinect. You may find it easier to follow along by downloading the Link Removed.
[Link Removed] Depth data overview
[Link Removed] Initializing the Kinect Runtime
[Link Removed] Using the depth data to create an image
[Link Removed] Using...
This video covers the basics of skeletal tracking using the Kinect sensor. You may find it easier to follow along by downloading the Link Removed.
[Link Removed] Skeleton Tracking API
[Link Removed] Understanding Skeleton Quality and Joint data
[Link Removed] Setup skeleton tracking
[Link...
This video covers the basics of reading audio data from the Kinect microphone array, a demo adapted from the built in audio recorder. The video also covers speech recognition using Kinect. For the built in example this was based on and the speech demo in C#, check out your "My...
Last year the Coding4Fun/Channel 9 guys asked me to work on a few things for Link Removed. One of these items was a way to output a webcam stream to Windows Phone 7 for use with Clint's Link Removed you may have read about. I figured the easiest way to accomplish this was by using a network/IP...
Suppose you want to create a workflow that needs to wait on a CLR event or callback. In this episode I'll show you how to create an Activity and a Workflow Extension that implements IWorkflowInstanceExtension to create an activity that can safely deal with CLR events.
Ron Jacobs
blog...
OOPS Concepts
Object-oriented programming (OOP) is a computer science term used to characterize a programming language that began development in the 1960’s. The term ‘object-oriented programming’ was originally coined by Xerox PARC to designate a computer application that describes the...