asp.net knockout.js to do list (data binding)
a secure connection for a simple web service
http://msdn.microsoft.com/en-us/library/ff649205.aspx
two data binding controls in the knockout framework
http://www.asp.net/single-page-application/overview/introduction/knockoutjs-template
ch 11
1 movie data
write a program that uses a structure named moviedata to store the following information about a movie
title director year released running time
the program should create two moviedata variables store values in their members and pass each one in turn to a function that displays the information about the movie in a clearly formatted matter
write a program that uses a structure to store the following data on a company division
dicision name
first quarter sales
second quarter sales
third quarter sales
fourth quarter sales
total annual sales
average quarterly sales
the program should use four variables of this structure each variable should represent one of the following corporate divisions. the user should be asked for the four quarters sales figures for each division eachate member of each structure variable these figures should then be displayed on the screen.
input validation do not accept negative numbers for any sales figures.
4. Weather statistics
write a program that uses a structure to store the following weather data for a particular month
total rainfall high temperature
low temperature
average temperature
the program should have an array of 12 structures to hold weather data for an entire year. when the program runs it should ask the user to enter data for each month the average temperature should be calculated