Click here to Skip to main content
15,891,843 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please provide me some suggestions to start develop online bus reservation system is there any APi integration or any other service providers. I want to build this system using asp.net.

Please help me.

Thanks,
-RG
Posted
Updated 2-Mar-14 21:23pm
v2

Google is there, for sure: "asp.net online reservation project"[^].
 
Share this answer
 
Start with a piece of paper, and a pen.

On paper, work your way through the processes that your users need to go through to make the system work. Throw in some problems and work out how the system needs to react to them in order to continue to function. Make notes on what data you need to store, and how, and what operations you need to perform on it.

When you have it working fine on paper, start translating that into a specification, start with the data, and ending with the user interaction.

Then you can start coding it, and it should all be pretty obvious.
 
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