1
Answer

Android,IPhone,Blackberry Application in Dotnet

manas Dash

manas Dash

14y
8.1k
1
How we can develop Android,IPhone,Blackberry Application using Asp.net and VS 2008. Please send me any Link.
Answers (1)
0
Mahesh Chand
2 286.9k 123.7m 14y
If you build a Web application in ASP.NET, it can be browse from any of these mobile devices using a Web browser (all of them have a Web browser).

But if you want to build applications for iPhone, and other mobile devices, you need to use their SDKs. For example, you need to use Mono Touch to build iPhone applications and andriod SDK to build droid applications.

Here are more readings on Mono Touch. See Blogs.

Mono Touch