All Projects → petroemil → Rx.Book

petroemil / Rx.Book

Licence: other
High level asynchronous programming with Reactive Extensions

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Rx.Book

Pharmacist
Builds observables from events.
Stars: ✭ 221 (+229.85%)
Mutual labels:  reactive-programming, reactive-extensions, rx
aioudp
Asyncio UDP server
Stars: ✭ 21 (-68.66%)
Mutual labels:  asynchronous, async-programming, async-await
Reactiveui
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
Stars: ✭ 6,709 (+9913.43%)
Mutual labels:  uwp, reactive-programming, reactive-extensions
ObservableComputations
Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces.
Stars: ✭ 94 (+40.3%)
Mutual labels:  reactive-programming, reactive-extensions, rx
Dynamicdata
Reactive collections based on Rx.Net
Stars: ✭ 1,083 (+1516.42%)
Mutual labels:  reactive-programming, reactive-extensions, rx
Reactiveproperty
ReactiveProperty provides MVVM and asynchronous support features under Reactive Extensions. Target framework is .NET Standard 2.0.
Stars: ✭ 603 (+800%)
Mutual labels:  uwp, reactive-extensions, rx
Rocket.jl
Functional reactive programming extensions library for Julia
Stars: ✭ 69 (+2.99%)
Mutual labels:  asynchronous, reactive-programming, reactive-extensions
XAsyncSockets
XAsyncSockets is an efficient Python/MicroPython library of managed asynchronous sockets.
Stars: ✭ 28 (-58.21%)
Mutual labels:  asynchronous, async-programming
EnumerableAsyncProcessor
Process Multiple Asynchronous Tasks in Various Ways - One at a time / Batched / Rate limited / Concurrently
Stars: ✭ 84 (+25.37%)
Mutual labels:  asynchronous, async-await
MindSetUWP
NeuroSky MindWave & MindWave Mobile EEG Headset library for Windows 10 Universal applications
Stars: ✭ 14 (-79.1%)
Mutual labels:  uwp, uwp-apps
ComposableAsync
Create, compose and inject asynchronous behaviors in .Net Framework and .Net Core.
Stars: ✭ 28 (-58.21%)
Mutual labels:  asynchronous, async-programming
DebounceMonitoring
📑 Add debounce logic for any method in a single line.
Stars: ✭ 44 (-34.33%)
Mutual labels:  uwp, rx
DARK
Dagger 2 + Anko + Rx + Kotlin
Stars: ✭ 27 (-59.7%)
Mutual labels:  reactive-programming, rx
Shift
Light-weight EventKit wrapper.
Stars: ✭ 31 (-53.73%)
Mutual labels:  asynchronous, async-await
rx
Reactive Extensions for D Programming Language
Stars: ✭ 52 (-22.39%)
Mutual labels:  reactive-extensions, rx
async
Asynchronous programming for R -- async/await and generators/yield
Stars: ✭ 37 (-44.78%)
Mutual labels:  asynchronous, async-await
Uwp-Visual-Studio-Shell
No description or website provided.
Stars: ✭ 24 (-64.18%)
Mutual labels:  uwp, uwp-apps
UWP-Package-Installer
An UWP installer for appx/appxbundle packages
Stars: ✭ 85 (+26.87%)
Mutual labels:  uwp, uwp-apps
Rx.Http
A reactive way to make HTTP Request in .NET Core 🚀
Stars: ✭ 62 (-7.46%)
Mutual labels:  reactive-programming, rx
WindowsCommunityToolkit
The Windows Community Toolkit is a collection of helpers, extensions, and custom controls. It simplifies and demonstrates common developer tasks building UWP and .NET apps for Windows 10 and Windows 11. The toolkit is part of the .NET Foundation.
Stars: ✭ 4,934 (+7264.18%)
Mutual labels:  uwp, uwp-apps

High level asynchronous programming with Reactive Extensions

When I finished my university in 2013, I wrote my thesis about Rx and also released it as a free ebook available for anyone interested in learning about it. That book was written in Hungarian, it was based on Rx 2.x version and it was targeting Windows 8 WinRT app developers. Since then some things have changed in the library (moving to NuGet, changed namespaces, etc), WPF on .NET Core 3 (Preview) got released and I had the chance to rethink some parts of the book and most importantly translate it to English.

This book is not a hard core deep dive book, it's an introduction for beginners who want some easy to understand "Hello World" level examples to understand the core concepts of Rx and see the various LINQ operators working alone and combined.

I host this book on GitHub with the source code of the examples and any tools I've been using to put this book together, and I absolutely welcome any suggestions or requests to expand this book with, or potentially even do a series of blog posts or another more in-depth book to talk about more advanced scenarios.

I hope you are going to enjoy it.

Let's jump into it!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].