Join Josh Smith and Craig Shoemaker to learn to build a simple quiz application using Model-View-ViewModel in WPF.
Download code sample: mvvm-wpf.zip
Duration: 1 hour
Great webcast! I learned a lot about MVVM. Any idea why a DataTrigger was used instead of a DataTemplateSelector to select between RadioButton and Checkbox? Are there any rules when to use one or the other?