Database Reference
In-Depth Information
Remote Access : Users can access cloud-based storage space through remote access. he
Windows Azure Table service and the Windows Azure Blob service use various remote access
tools such as Representational State Transfer (REST) APIs and Language Integrated Query
(LINQ ).
11.3 Use of Table Storage
In this section, you will learn how to use the Windows Azure Table storage. he Table storage will
be used to store student information generated by a web form. As an example, let us consider the
Student Club web page that uses the Table storage to store the information about club members.
he web page can be used for students to register for a club. his form will allow a student to
select a club that the student likes. To register for a club, the student needs to enter the contact
information. He or she can also upload his or her photo along with the contact information. After
the student clicks the Submit button, the form should display a message to welcome the new club
member and the contact information of the fellow club members. According to the description of
the form, we can identify the input and output shown in Table 11.3.
In Table 11.4, a set of actions are deined.
According to the input/output and the actions identiied in Tables 11.3 and 11.4, a possible
GUI interface can be designed as shown in Figure 11.1.
Table 11.3
Control Desc ription
Input
Output
Input
Control Used
Output
Control Used
Selection of a Club
Radio button
Welcome message
Label
Name, e-mail, and major
Text boxes
A list of contact info
Grid View
Student's photo
Picture box
Student's photo image
Image
Table 11.4
Acti on Description
Event
Action
Click radio
button
Assign the value of the ratio button as the one clicked.
Click submit
button
Save the selected club, the student's name, e-mail, and major to a table.
Display message.
Query the club members and display the members' contact info.
Retrieve the binary ile and display the photo image.
Click browse
button
Allow user to search for the image ile on the local computer.
Upload student's photo to binary storage.
 
Search WWH ::




Custom Search