Tab
Tab

Reputation: 1762

iOS Development using Visual Studio.Net

I have a new mobile application I need to get out the door but I need to utilize our VS.Net IDE to build the application.

This app needs to have iOS UI features and functionality.

It needs to be developed in VS.Net (2010 or 2012 - does not matter).

I am open to utilizing reasonable multiple steps to build this application but I am not interested in going down the Objective-C route (if I do that then I am doing it on a mac).

Here is what I have looked at so far and some general notes:

iOS Build Environment http://www.pmbaty.com/iosbuildenv/

Visual Web GUI http://www.visualwebgui.com/tabid/711/Default.aspx

Nomad - VS.Net Extension (probably most simple use of vs.net) http://www.vsnomad.com/documentation/index.html

Studio for iPhone - ComponentOne http://www.componentone.com/SuperProducts/StudioiPhone/Demos/

*What I am looking for is either other options or confirmation I have covered the main ones so I can move on perhaps use something like PhoneGap, Sencha or? *

Upvotes: 3

Views: 4993

Answers (1)

Victor
Victor

Reputation: 693

Take a look at MonoTouch project by Xamarin. It allows to use a lot of .NET features in iOS. You can open your VS2010 project in MonoDevelop, compile it there and deploy it to the iDevice. Although, it is not free. The price for a single Professional license is $399 USD.

Upvotes: 3

Related Questions