Hi Do you know how to build Travel agency webite with booking system in APS.NET ? Do you know where I can find really good source code ? Thanks
Try Visual Studio. "Building" means writing code. If you mean just setting up a site using someone else's code, "really good" is a personal judgment - use a search engine, run a few of the scripts you find and use the one you think is the best one.
I tried to search a lot but cant find any good code. i am just starting to learn ASP.NET. so looking for some good project to see how everything works. can you suggest something ? thanks
http://www.coveryourasp.com/ The whole site's available for download, for the very purpose of teaching people how to write ASP sites.
thank you. i found this site. but when i tried to run the code from machine some pics and layouts are missing. http://www.nerddinner.com/
You can create the site in any platform (in asp .net or in PHP), but before thinking about development, you need to think about the database field, Link for travel, you need a database of Air flight or Train with some field like, date to travel, departure airport, destination airport, Fare, Availability of Ticket...for Hotels..you need to think same way... Then you can create an eCommerce site with the help of asp .net and mssql database with a good payment gateway integration. Thanks
The good point to start is to specify the whole Business Model by writing so called POCO classes (Plain Old C# Objects) and use new MVC3 technology on .NET for better separating interface, code and repository. But first, you must have to draw a schematic prototype of travel agency business structure with all connections, flows and dependencies. You can't find a good source for free which will be suited for you perfectly, so it's always better to begin from the ground.