27 Jan
2012

NuGet Project Uncovered: Stimpack

Category:UncategorizedTag: :

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. Stimpack is another project leveraging ReactiveExtensions (RX). It?s based off of ReactiveUI and has some interesting concepts for consideration with a MVVM pattern. This was probably originally added to my To-Research […]

Read More
26 Jan
2012

NuGet Project Uncovered: Anna

Category:UncategorizedTag: :

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. Anna is an event-driven HTTP server library leveraging the ReactiveExtensions (RX). The below sample copied / shortened from the GitHub site. using (var server = new HttpServer("http://*:1234/")) { // simple basic […]

Read More