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

DEVELOPING WEB SERVICE CLIENTS

Chapter 30

711

 

 

 

 

private void Page_Load(object sender, System.EventArgs e)

{

}

}

}

Summary

In this chapter, you learned about how to create the forms required for the Web site of Bookers Paradise. In addition, you learned to add code to the Web forms created for the Web site.

This page intentionally left blank

PARTVIIIProfessional Project 6

This page intentionally left blank

Project 6

Creating a Mobile

Application

Project 6 Overview

In the preceding projects, you have developed Windows applications, Web applications, and Web services. In this project, you will learn to create a mobile Web application for an electronic goods company named Electronix, Inc.The mobile application that you will develop is called MobileCallStatus.

To begin with, I will discuss the case study and design of the MobileCallStatus application.Then, I will discuss the basics of the mobile Web applications that involve the need for developing mobile Web applications. In addition, in this project you will be introduced to the technologies responsible for creating, testing, and deploying mobile Web applications. Finally, based on this knowledge, you will create the MobileCallStatus application.

Chapter 31

Project Case

Study and Design