All Questions
Tagged with reactive-programming system.reactive
1 question
2
votes
1
answer
6k
views
ReactiveUI And WPF - Reusing a value to update multiple properties
I've created my first ReactiveUI app in WPF.
Simply, the user enters their full name in one textbox, and then the name gets split into its parts and displayed in the other textboxes. This is just an ...