Browse the archive

Page 6 of the blog index.

Latest posts

Recent writing, technical notes and archived essays.

Moving to Octopress

I've decided to move, my not very often updated blog, to the new platform. I've made a choice to use **Octopress** blog engine . Octopress uses Jekyll , a static site generator in ruby, that basically takes bunch of templates files and...

Read article

Live Template for Caliburn.Micro framework

Recently I’ve been working on the WPF application that extensively uses Caliburn.Micro framework for MVVM pattern. MVVM usually force you to write many properties in the ViewModel. Those properties should typically notify View about...

Read article

Template method pattern

When I see that kind of class I immediately start thinking about using *template method patter*. You can read about this pattern here . The general idea is that you have an abstract class that creates template method for concrete classes...

Read article