Caliburn.Micro
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.
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.
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.
IoC Battle–Revisited
·313 words·2 mins
Programming
Autofac
Caliburn.Micro
Dynamo
IoC
Ninject
StructureMap
Tinyioc
Unity
Windsor
Introduction # I have been evangelizing the use of IoC for a number of years. Frequently the newly converted ask the following two questions:
Caliburn.Micro EventAggregator Extension Methods
·85 words·1 min
Programming
Caliburn.Micro
EventAggregator
Gist
GitHub
When working with the EventAggregator, I occasionally stumble upon situations in which I want to subscribe to multiple instances exposing the IHandle interface. It is not often, but happens enough that I got tired of the same code multiple times, and created a couple of extension methods to deal with this for me. I have posted the code up on GitHub as a Gist in case you find it useful as well.