1. Create a Simple Model (CustomerModel.cs) with required properties and implement PropertyChanged property of INotifyPropertyChanged. 2. Create a ViewModel (CustomerViewModel.cs) with required logic to bind Model to ViewModel. 3. Create a View (CustomerView.xaml) and bind the data with ViewModel. 4. Create an object to ViewModel and bind to View in MainWindow.xaml.cs.
Download the source code here http://gallery.technet.microsoft.com/MVVM-a18c737f