Saturday, September 22, 2012

Train ticket reservation


A new idea, but its kinda old as I know.
This can be Web-based i.e ASP.NET using C# or VB.

Front end: - ASP.NET with VB or C#
Back end: - MS Access or any database language
You know the problems in ticket reservation for Train that are
  1. You have to go to at specific places for getting tickets.
  2. There is a big queue for getting tickets (Wastage of time).
  3. You also don't know that if there are tickets available or not.
  4. You are in the queue for hours & tickets not available is again wastage of time.
  5. Mumbai is known for people who don't have time & this wastage is not allowed.
So here's the good project idea since it is the actual scenario everywhere.
So what project should actually have?
  1. The basic step is registration of the user, which no one has to forget & then logging in the system.
  2. Users need a colorful, attractive & user-friendly pages, with which they will interact.
  3. Forget the old charts of Trains, make a colorful, user-friendly table showing Train details.
  4. A form where the user can book a seat for himself/herself & can pay later by going at the office or can pay at the time by using his/her credit card.
  5. A database containing train details such as, Train ID, Train Name, Train Route, Arrival & Departure time of Train, Break points in route, etc.
  6. A database for the registered user containing the username, password, contact info., etc. is displayed.
  7. When the user clicks specific a train, a record of remaining available seats is displayed.
After this what are the advantages of this system?
Then following are advantages: -
  1. You can book tickets anywhere in the world.
  2. You can also check if tickets are available are not before going to check out.
  3. Credit card facility is also available.
  4. Information provided is very fast.
  5. Assurance of data consistency.

Here you have two options:
  1. ASP.NET with C#
  2. ASP.NET with VB

No comments:

Post a Comment