Up to this point, we have learned how to create CLR properties with the INotifyPropertyChanged interface; we have also learned about the dependency property with a simple data type. There are many instances when you need to bind an object of some class/model to an UI and display its associated properties necessary.
In this recipe, we will learn how to do object data binding to show and retrieve information to and from the user.