Over the last few weeks I have been writing some in-depth articles for my Learning Caliburn.Micro series. Today is a brief interlude where I introduce a ReSharper File Template to help with the task of generating view-models. If this is the first time you are hearing about my Learning Caliburn.Micro [...]
42
Bootstrapping Caliburn.Micro with Autofac
It has been about two weeks since my last post in my Learning Caliburn.Micro series, so it far past the time for this fifth post. If this is the first time you are hearing about this series, here is the list of previous posts in case you need to catch [...]
How To Do Logging with Caliburn.Micro
This is the fourth entry in my Learning Caliburn.Micro series. Since I do build on content from earlier posts, here are the links in case you need to catch up. Introducing Caliburn.Micro – Lightweight MVVM & WPF Caliburn.Micro – Hello World Caliburn.Micro the MEFtacluar Caliburn.Micro Logging Abstraction This post covers [...]
Caliburn.Micro the MEFtacluar
I was going to call this post ‘How I learned to stop worrying and love MEF.’, but I am not sure enough people would get the reference. Besides, it would put the focus too much on MEF, and not on Caliburn.Micro, which is the topic of the post. This is [...]
Caliburn.Micro – Hello World
In this post we are going to create a simple WPF application using Caliburn.Micro. I have created an empty Visual Studio 2010 solution for all the projects in this blog series. All of the code for this series will be available on my Github Learning Caliburn.Micro repository. But I suggest [...]
