Suppose we have a resource dictionary with some data that we need to show in an application and for each item in listbox we want to show the key/value. We will start by create a model class called “Company” that has only two properties: Name and Url.