How can a C # programmer create software for the iPhone?
6 answers
Besides the IPhone SDK, you can use Mono (Open Source.Net). Check http://www.mono-project.com/Mono:Iphone
0
a source to share
IPhone apps use Apple tools like Xcode, target c, etc. A C # developer will learn a new language, new libraries, and use a simulator to run the application. Details are at: http://developer.apple.com/iphone/program/
0
a source to share