1
Answer

Where to start with my C# Mobile programming Project?

Qwasa

Qwasa

13y
2.1k
1
I have a project to code a web site for mobile (mobile app) and it should have a connection to DB, The page should obtain a new user registration (Custom Mobile Control), And a page for authenticating a user Log in, And a page for changing the user password. Can someone help me with source code samples that can help me, or guide me throw the process knowing that I'm not so good in programming in general. Thanks.
Answers (1)
0
Mahesh Chand

Mahesh Chand

2 286.4k 123.7m 13y
I am writing a detailed article on the same topic.

In brief, you can build a browser mobile application. This is actually a Web application optimized from mobile phones. For this, you create a regular ASP.NET application and use Mobile ASP.NET browser controls.

You can also use many tools out there to build mobile (non ASP.NET) applications including Adobe suites. 

If you are building mobile apps (download and run on the mobile), you need to use an app framework. There is a separate framework for each device. For example, you will need to use Objective-C for iPhone, Silverlight for Windows Phone, and Android SDK for Android phones.

More details in this thread:
http://www.c-sharpcorner.com/Forums/Thread/141905/how-can-i-develope-web-application-for-iphone-and-andriod.aspx