Introduction
A while ago I attempted to write a Master/Detail viewmodel . The result you can find
here. This article was a reaction on a video Beth Massi showed
here. It’s a very nice tutorial on how to create a master-detail data entry form in WPF. However you have to type quite a lot of code each time you want to create your master-detail forms. So I thought I should write a viewmodel that does most of the work. My first attempt worked pretty good but since then I read some wonderful WPF articles like
this one of Josh Smith. In it he describes some viewmodels that can be used as base classes for my own viewmodels.