Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there any way that we can develop application in .net for iphone

can we develop application for iphone in visual studio itself are there any emulator for testing it that is compatible with visual studio

like image 571
pramuk Avatar asked Oct 21 '09 09:10

pramuk


People also ask

Can you make an iPhone app with C#?

NET and C# Use . NET and C# to create native apps for the billions of Android, iPhone, iPad, Mac, and Windows devices around the world. Add to that sharing code with any .

Can .NET run on iOS?

. NET is nowadays a development-platform running across many OS-platforms such as Windows, Linux, Mac and even iOS and Android through Xamarin which is also . NET. In this blog post I'll explain from a high level point of view WHAT are each of the frameworks in the .

Can .NET be used for mobile apps?

NET is a developer platform made up of tools, programming languages, and libraries for building many different types of applications. Xamarin extends the . NET developer platform with tools and libraries specifically for building apps for Android, iOS, tvOS, watchOS, macOS, and Windows.


1 Answers

You can use Mono in the iphone environment to develop apps in a C# / .NET environment. - https://www.xamarin.com is one example of someone doing that.

like image 158
Alex Sexton Avatar answered Nov 04 '22 00:11

Alex Sexton