Reactive Framework (Rx) – first look
During the last weeks I took some time to have a first look at the Reactive Framework. Here I want to share some impressions and information with you. Rx: What is it about? The Reactive Framework (Rx)...
View ArticleRx: Event composition – multi-valued
In preparation of some presentation on the Reactive Extensions (Rx) last week I’ve investigated the composition methods for several event streams on the Observable class. What methods are existing and...
View ArticleRx: Event composition – single-valued
In a first blog post on the topic “event composition with Rx” I presented operators that take several event input streams and create a single output streams, whose elements contain values from each...
View ArticleSome thoughts on Event-Based Components
The German software engineer Ralf Westphal currently spreads some knowledge about an alternative model for programming components and especially communication between them. Due to their nature they are...
View ArticleA common UI problem
This blog post is all about a common UI-related programming problem. Ever since my first UI-based application I’ve come across with this problem and never found a satisfying way to resolve it (until...
View Article