Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Microsoft C# Professional Projects - Premier Press.pdf
Скачиваний:
177
Добавлен:
24.05.2014
Размер:
14.65 Mб
Скачать

394 Project 3 CREATING A CREATIVE LEARNING PROJECT

txtDest.BackColor=Color.Pink;

}

}

}

Summary

In this chapter, you learned to add code that allows your application to interact with a Word document and Windows Event Viewer.

PARTVIProfessional Project 4

This page intentionally left blank

Project 4

Creating an Airline

Reservation Portal

Project 4 Overview

An airline portal is an enterprise solution for managing customer and flight information for an airline. The primary function of the portal is to manage flight information and perform reservations and cancellations. However, the

 

Y

duties in an airline also involve performing allied tasks, such as querying the

L

status of flights, managing accounts of executives who perform the reserva-

F

tions, and generating reports to interpret airline performance.

M

 

Airline reservation portals were developed as customized applications in

A

 

which the airline employees primarily managed all customer data and

processed customer requests. However, with the advent of the Internet, it is possible to enable customersEto access their data through a Web site or a mobile device. TheseTmethods of accessing information over the Internet through Web sites and mobile devices has become all the more easier with the advent of ASP.NET.

In this project, I want to show you how to develop an enterprise solution for managing the flight schedules and reservations in an airline. The project uses a blend of the ASP.NET Web applications, ASP.NET Mobile Web Applications, and SQL Server Enterprise Management tools to provide an integrated solution. With the help of the project, you can understand the processes involved in managing business data and also the ability of C# to help you build your application around the business logic.

Team-Fly®

Chapter 18

Project Case

Study and Design