| Blog Name: | Life of a Functional Programmer |
| Url: | http://podwysocki.codebetter.com |
| Language: | English |
| Topics: | Functional Programming, .NET, Agile |
| Description: | Technical blog covering not only technical items, but agile methodologies |
| Popularity: | 3 Followers |
| Lately in my series on the Reactive Extensions, you’ll have noticed I focused quite a bit on the IObservable<T> and IObserver interfaces as well as the extensions methods that are included....more |
| In the previous post of the Introduction to the Reactive Framework series, we covered how to create new IObservable<T> instances, either from scratch or from existing sequences. What th...more |
| As you may have noticed, I’ve been blogging a bit about the Reactive Framework, now the Reactive Extensions for .NET (Rx) and how it will change the way we approach asynchronous and event-based pro...more |
| In the previous post in this series, we covered how to turn .NET events into first class values through IObservable instances. By doing so, we were able to do much more interesting things tha...more |
| In my previous post in the Introduction to the Reactive Framework series, I discussed the duality between the IEnumerable/IEnumerator and IObservable/IObserver and how that enables us to generalize...more |