Skip to content

Details

We will be exploring the MonoTouch framework ( http://ios.xamarin.com/ ) and creating a quick demo app to show off how easy it is to get up and running.

Mono is unique in that it utilizes the native UI elements of the device, yet allows you to write C# for all of your application logic. This gives the user the feel of a native application but is easier to develop for programmers that are used to .NET.

Related topics

You may also like