Register
Login
Home
/
MonoX
/
Software Development
/
Blog
/
Support
/
About Us
/
Search in:
All
Blogs
Discussions
News
Pages
User profiles
Knowledge
is power. We love to
share
it.
News related to Mono
products, services
and
latest developments
in our community.
ivan.cagalj
1
09/24/2012
Using WP7 ListPicker control to mimic dropdown functionality
Author:
ivan.cagalj
In this article I’m going to show you how to use the ListPicker control. It can be used as an alternative to DropDown control which is missing in the standard set of WP7 controls.
Tags:
XAML
C#
ListPicker
Windows Phone 7
This content has not been rated yet.
ivan.cagalj
0
06/29/2012
Storing data in Windows Phone 7
Author:
ivan.cagalj
Data persistance is one of the most important aspects of any application. In this post, we will describe several methods for saving the application data that are available in Windows Phone 7 framework.
Tags:
Isolated storage
Windows Phone 7
C#
Rated 5.00, 2 vote(s).
imarusic
0
05/18/2012
Hello world from Android
Author:
imarusic
Here is a really simple "Hello world" step-by-step tutorial which might help you start working with Mono for Android framework and MonoDevelop development environment. I will cover some of the basic stuff - new project creation, user interface development, and activities.
Tags:
hello world
deploy
android
mono
emulator
c#
mobile
Rated 4.50, 4 vote(s).
ivan.cagalj
1
04/06/2012
Data binding in Windows Phone 7 application
Author:
ivan.cagalj
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.
Tags:
Data binding
Windows Phone 7
C#
XAML
Rated 3.67, 3 vote(s).
dbracun
0
03/30/2012
Customizing templates for LLBLGen ANGTE
Author:
dbracun
LLBLGen ANGTE (short for “ASP.Net GUI Templates Extended”) is a template set for GUI generation that can be used in your LLBLGen projects. Find out how to customize these templates to suit your needs.
Tags:
template
ASP.NET
custom
ANGTE
LLBLGen
adapter
C#
This content has not been rated yet.
mzilic
0
10/02/2011
Hosting IronPython in WinForms
Author:
mzilic
IronPython is an open source implementation of the Python programming language for the NET Framework. Learn how to embed it into your WinForms applications to allow a plug-in like functionality.
Tags:
Python
WinForms
DLR
IronPython
Dynamic Language Runtime
C#
Rated 5.00, 2 vote(s).