Showing posts with label Metro Application. Show all posts
Showing posts with label Metro Application. Show all posts

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/

Friday, December 09, 2011

Develop Your First Metro Application

Metro style application is a new concept of designing and developing a full screen user interface application. It gives the flexibility to the developers to manipulate each pixel of the system screen in their applications while the end users can be completely engaged with the content they love in a full screen view. It lets developers create the applications in various platforms like web, desktop, tablets and mobile devices with use of technologies like HTML5, CSS, JavaScript, C++, C# and VB.NET. More details? Read article in Codeguru...

http://www.codeguru.com/csharp/.net/article.php/c19745/

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...