0
kicks
A Master-Detail ViewModel
A while ago I saw a video by Beth Massi of Microsoft called: Create a Master-Detail Data Entry Form in WPF. 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.