If one looks into how [Caliburn.Micro][2] performs binding between models and views, a number of methods must be considered that play a role. * Conventions play a role how bindings are derived from

membus v2 news

22.03.2012

Membus 1.5.0 is a kind of V2 release in that it removed a number of things that had ben marked as obsolete and also provides users with a new feature. ### IOC-Adapter If you wanted to have MemBu
[Scal][1] (containing name parts of __S__tructureMap and __Cal__iburn.Micro) is a project into which flows the way I like to work with Caliburn.Micro (CM). Scal brings together what I like to use in a
Are you tired of null checks in your C# code? if (blahdiblah != null) ? There are several ways out * Code in a different language * Live with it * Put some guidance on your code like e.g. NotNul