Where to start with my C# Mobile programming Project?
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.
Mahesh ChandPosted Oct 16, 2011, 9:44 AM
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