Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to develop an application for mobile phones, for my college project. I have a laptop and a windows mobile, I want to make mobile banking application, in which i make database on laptop and access it on mobile via wifi.
Now the questions?
Q1: Is it possible?
Q2: How can i make my laptop work as server for mobile, and connect my mobilw with it? And later on reflect changes in database?
Q3: I'm beginner in .net 3.5 and sql server 2005. Does it require any special skill?
Posted

swagat88 wrote:
Q1: Is it possible?


Sure it is.


swagat88 wrote:
Q2: How can i make my laptop work as server for mobile


You're not making it a server for a mobile. You're just writing what should be an ASP.NET application on the laptop. You'll have to read up on how to make it mobile accessible. After all, the screen size on a mobile is very small compared to a normal workstation.


swagat88 wrote:
And later on reflect changes in database?


All part of making an ASP.NET app. The database code is no running on the mobile. You're just using the mobile as a web browser.


swagat88 wrote:
Q3: I'm beginner in .net 3.5 and sql server 2005. Does it require any special skill?


You'll need ASP.NET skills, ADO.NET, and SQL Server 2005. There are books available on all three. If you've got this as a school project, start on this as early as possible. Since you're skill level is pretty low, you'll need lots of time to learn what you need to do this.
 
Share this answer
 
I fear the moment that the people who thought it was logical to make up a college project based on areas they have no skills in, and then rely on the kindness of random strangers to get it done, become the senior people in our industry. They will be writing software just about the time that I'll need a lot of medical care, which will probably involve a lot of software driven systems.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900