Knowledge is power. We love to share it.

News related to Mono products, services and latest developments in our community.

ivan-cagalj

Data binding in Windows Phone 7 application

04/06/2012 By ivan.cagalj 1
Rated 3.00, 6 vote(s). 
Bookmark and Share
Data binding is used to connect the underlying data source with the user interface and enables data manipulation and navigation.In this article I am going to explain how to implement simple data binding in Windows Phone 7 application.
pajo

Using Mono DataManager

11/02/2011 By pajo 3
Rated 5.00, 2 vote(s). 
Bookmark and Share
Every developer deals with data retrieval, display and manipulation - or data binding - on a daily basis. DataManager in MonoX allows you to use two-way data binding in a more elegant way. It can push your data to and from your views, taking care of the current display mode for each control.
Tags: