Tuesday, January 10, 2012

Metro Style Application - How to Work with Data and Controls Using C#

Using Microsoft .NET framework, developers can now create a Metro style application with C++, C#, VB.Net, HTML5 and JavaScript. Like any other data driven applications you can display data in Metro application controls too. Metro Application Type allows developers to create the applications in various platforms like web, desktop, tablets and mobile devices. In Metro Applications data can be a simple value, a business object or a collection of business objects and you can bind data with simple controls like TextBox or with a data control like ListBox, ListView etc. In this article I will explain, how to bind different controls to a single item or bind a collection of items to a data control.
Read full article - http://www.codeguru.com/csharp/.net/article.php/c19877/

No comments:

Post a Comment

Mocking API Responses in Azure API Management Portal

A mock API imitates a real API call by providing a realistic JSON or XML response to the requester. Mock APIs can be designed on a developer...