Level: Intermediate
It's typical in software development to pull data from different sources. However, in the modern world of asynchronous programs, data is being retrieved in real-time streams, akin to how developers handle events. Reactive Extensions is a library that makes it easier to code in a reactive, asynchronous, composable style. In this session, you'll get a gentle introduction into this library and how its API works.
You will learn:
- Understand the benefits of reactive programming
- Why Rx is applicable for modern development
- See how Rx works in .NET applications