iOS :: FAQ
-
What is MonoTouch?
MonoTouch is a software development kit for Mac OS X that lets you use .NET programming languages to create na...
-
What is included in the MonoTouch SDK?
MonoTouch is delivered as a static compiler that turns .NET executables and libraries into native applications...
-
Do I need a Mac to use MonoTouch?
MonoTouch requires a Mac and Apple's iPhone SDK to test on the emulator and deploy on the device. And y...
-
How is MonoTouch Licensed?
MonoTouch is a commercial product based on the open source Mono project and is licensed on a per-developer bas...
-
With which version of .NET is MonoTouch compatible?
MonoTouch is based on a hybrid .NET 2.0 and Silverlight 2 API profile. If you want to use existing C# code, yo...
-
What .NET features does MonoTouch support?
MonoTouch supports garbage collection, multi-threading, and many features of .NET 3.5, including C# 3.0 and...
-
Can I use standard desktop Mono assemblies or .NET assemblies with MonoTouch?
You can not reuse the 1.0 or 2.0 desktop/server assemblies from Mono or .NET with MonoTouch. &nb...
-
Does MonoTouch support running Silverlight /Moonlight applications?
No. MonoTouch does not currently include Moonlight or Silverlight functionality.
-
Does MonoTouch support Windows.Forms applications?
No. MonoTouch does not currently include Windows.Forms functionality, nor is there any plan to include it.
-
Does MonoTouch support Visual Basic?
Currently MonoTouch does not support Visual Basic. We are looking at adding sup...