rx workshop

About this tag
The Rx Workshop tag covers a series of educational threads focused on Reactive Extensions (Rx) for .NET. Topics include an introduction to reactive programming, using LINQ query operators to filter and aggregate event streams, modeling events with duration and the Join operator for coincidence queries, and parameterizing concurrency with schedulers for testing via virtual time. The workshop is presented by Rx developers Wes Dyer and Bart De Smet, providing a structured path to learn Rx fundamentals and practical query writing.
  1. News

    Windows 7 Rx Workshop: Reactive Coincidence

    Learn how to model events with duration and how to use the LINQ Join operator to express complex queries involving coincidence. Link Removed Link Removed Link Removed
  2. News

    Windows 7 Rx Workshop: Schedulers

    Learn about the use of schedulers to parameterize concurrency in Rx and to test applications using virtual time. Link Removed Link Removed Link Removed
  3. News

    Windows 7 Rx Workshop: Writing Queries

    Learn about the rich set of LINQ query operators available in Rx to query event streams. Link Removed Link Removed Link Removed
  4. News

    Windows 7 Rx Workshop: Event Processing

    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
  5. News

    Windows 7 Rx Workshop: Introduction

    What is Reactive Extensions? What is reactive programming? How is it used in the real world? Welcome to the Rx Workshop! Rx developers (they design and implement Rx) Wes Dyer and Bart De Smet will guide you through a series of sessions that will get you up to speed with Rx fundamentals rather...
Back
Top