can xcode be used to develop iphone applications using .net and is it compatible with windows
+1
A:
Take a look at Mono Touch. It lets you use .NET-style languages and tools to develop iPhone apps.
However, it won't be compatible with Windows. Mono Touch is basically a wrapper over Cocoa Touch. You still have to use Xcode (on a Mac) to build and distribute apps developed with Mono Touch.
Kristopher Johnson
2009-10-21 11:54:50