[Mono Touch]c# 닷넷으로 아이폰개발을!?
아래는 관련링크입니다.
http://monotouch.net/DownloadTrial
Until recently your only choice for developing applications for Apple’s iPhone was to jump into the Apple development ecosystem. This means being willing to write Objective-C code in the XCode IDE. For many developers, learning Objective-C was seen as a huge barrier-to-entry. This is especially true for many .NET developers whom have never had to worry about memory management, pointers, and other C language responsibilities that they are unfamiliar with.
RelatedVendorContent
Grady Booch (UML and Patterns co-author) on Open Source, Cloud Computing, Refactoring, IDE’s
Top 10 software delivery secrets to doing more with less
Agile Development: A Manager's Roadmap for Success
Busting the myths of Agile Development: What People are Really Doing
All this has changed with the introduction the MonoTouch framework, a part of Novell’s Mono Project. The Mono Project is an open-source implementation of Microsoft .NET Platform. It allows you to run .NET applications on nearly any platform, including Apple, FreeBSD, Linux, Unix, and others. MonoTouch, which is a new part of the Mono Project, allows you to write applications using C# with .NET platform that run on the iPhone.
The intent of this article is to provide a solid introduction to the MonoTouch platform, where to find all the necessary pieces, the limitations of it, and how to build a basic application.