Lab Assignment #10 - Service Clients

Revised: 3/19/2013
Lab #01 Lab #02 Lab #03 Lab #04 Lab #05 Lab #06
Lab #07 Lab #08 Lab #09 Lab #10 Lab #11 Lab #12

w3schools aspAlliance HTML Reference Lecture #10

image file not found


" Not everything that can be counted counts, and not everything that counts can be counted. "
- Albert Einstein (1879-1955)


Requirements:

  1. Use the wizard to build a default Mvc Application. Then add a WebApi Controller. Define Put functions to open a server file, send byte array and write to the file, and close the file.

    These are the inverse operations demonstrated in class. You will need to use my "Session" model.

  2. Build a console application as a test client. Supply the Put requests for opening, sending byte array, and closing. The byte arrays should come from a local file you are uploading.
Final Project #1, Final Project #2, Final Project #3