Hacker News new | past | comments | ask | show | jobs | submit login

It is crazy how C# is one of the few languages you can actually use to develop both iPhone and Android apps (as well as WP, obviously). It's a great language- I just wish that a license for MonoTouch didn't cost $400.

Also, does anyone know how to develop for MonoTouch using Visual Studio? I want to like SharpDevelop but I just can't... and of course, VS doesn't run on OSX.

(I haven't tried SharpDevelop in over a year- it might be dramatically better these days, but I don't think so)




To be clear, I assume you are asking about developing for iOS using MonoTouch and VisualStudio. Android development is in Visual Studio natively.

Apparently you can do some development, but you can't compile in Visual Studio.

http://escoz.com/blog/developing-with-monotouch-on-windows-a...

So you get Visual Studio, Intellisense, tools like Resharper, but you can't quite build, because of missing elements. The build process would be to swap over to the Mac side to build and simulate.

Not perfect, but it's nice to know it's there.


MonoTouch is $79/student ('currently enrolled at an accredited institution [...] even publish to Apple's App Store') per http://support.xamarin.com/customer/portal/articles/177042-d...

Be sure to check out MonoDevelop, which has a few full-or-most-time paid developers behind it: http://monodevelop.com/Screenshots


This will let you load MonoTouch projects is VS and compile but the compile is only for syntax checking, etc... You still have to do the actual binary build on a Mac. Still, with this you can use all the refactoring tools, plug-ins, Intellisense, etc... that VS has to offer.

https://github.com/follesoe/VSMonoTouch




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: