In this post we will see how to consume Netflix OData feed in HTML based Metro Application. Movies information will be displayed as following. At the end of this post, we should have output as below, Netflix exposed all movies…
While creating an application I came across a requirement when I had to put a listbox inside a list box and then I had bind that nested listbox dynamically. For example say, entity class called Roles as below, And you…
Objective Here in this tutorial we are going to bind data from a collection (LIST) to XAML. We are going to display Image, Name, Age and Email id of a Person. Step 1 Open Visual Studio 2008; create a New…