You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
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.
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
Learn about the use of schedulers to parameterize concurrency in Rx and to test applications using virtual time.
Link Removed
Link Removed
Link Removed
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
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...