A trivial message loop using RabbitMQ in C#.NET
During the May 2011 meeting of the Melbourne ALT.NET group, 3 presenters each with their chosen functional language tackled a basic problem of transmitting a message along a chain, with the objective...
View ArticleA basic walkthrough of RabbitMQ using C#.NET examples
In my last post “A trivial message loop using RabbitMQ in C#.NET” I demonstrated a simple concept of a circular message queue using RabbitMQ. I chose not to complicate the post with explaining some...
View ArticleTracking application errors with Raygun.io
A nice coincidence a few weeks was the news of Raygun going in to public beta crossing my radar. At the time we were fine tuning some things in an application that was in a private beta, we had put a...
View ArticleUsing AutoMapper to help you map FSharpOption types
Why? Because your model is structured this way, and you have realised you need this, otherwise this doesn’t apply to you. Scenario When you get used to using AutoMapper to help you everywhere, you...
View ArticleAPI call based Azure Functions with DocumentDB
Azure Functions caught my eye recently, mainly because of the F# support where I was hoping to write some F# based integrations. But the F# support is classified as experimental, so while I learn the...
View Article