Skip to main content

Posts

2014

Kickstart Uncanny Magazine
·465 words·3 mins
Fantasy Magazine Science Fiction Writing
I am going to diverge from my normal blog post topic of programming to talk about another passion of mine – fiction. I enjoy writing it, and more importantly – greatly enjoy reading it. One of the authors I have started to read recently is John Scalzi . His Redshirts book was the first of his I read (ok – I listened to it using Audible , but I am still calling it reading), and I was hooked. So I started following his blog , and he recently posted about a Kickstarter project for the Uncanny Magazine .
Caliburn.Micro.Logging 2.0.3 Released
·118 words·1 min
Programming Caliburn.Micro Caliburn.Micro.Logging Log4net Logging NLog
Just a quick note that with the release of Caliburn.Micro 2.0.0, I have updated the logging libraries to use the latest and pushed to NuGet.
Great Post on NoSQL Data Modeling Techniques
·417 words·2 mins
Programming Data Models Database NoSQL
Nope. It’s not mine. Though I wish it was. It is an older post (from the distant past of 2012) on the Highly Scalable Blog entitled NoSQL Data Modeling Techniques . This past weekend I found myself looking for methods of storing hierarchical data in a key-value store (a subject for another blog), and in the spirit of not reinventing the wheel – I broke out my trusty Google search window. A few search refinements later, I discover this gem of a post. Ilya starts with a pretty simple explanation of the differing NoSQL models. But the real value in this post is when he describes the conceptual techniques, some of pros and cons, and the applicability to specific NoSQL engine types.
Re-Introducing Caliburn.Micro.Logging
·576 words·3 mins
Programming Caliburn.Micro Logging Log4net NLog
It has been a long time since I upgraded this library, and the .NET development world has shifted a bit in that time. One of the key changes is the move to Portable Class Libraries, and Caliburn.Micro is one the libraries making that change. I have decided to follow suit and make the core Caliburn.Micro.Logging library portable. This, of course, has creating some significant breaking changes, so please look over the changes list below.

2012

Caliburn.Micro.Logging updated to version 1.5
·126 words·1 min
Programming Caliburn.Micro Logging NLog Log4net
Sometimes time flies way too fast. It has been seven months since I last updated my Caliburn.Micro logging frameworks and nearly a month since Caliburn.Micro has been upgraded. Well, I have finally caught up and upgraded the logging libraries.