ZiBaT => Peter Levinsky => Programming => exercise
Catch Up
Updated : 2015-11-02


Catch Up

Mission:

To ensure you have thye basis for the comming topics.

Exercises you should have done

For web services

A) Consume other webservices - consume one web service e.g. concurrency converter - not the extra exercises:

http://pele-easj.dk/2015e-prog/exercises/Consuming%20SOAP%20based%20web%20services.html

B) Provide your own web service in the cloud - solve simple methods, understand exception, collections with List< SomeClass >, composite types

http://anbo-easj.dk/prog3/wcf/exerciseWCF_whatIsPossible.html

C) Use a storrage in the cloud - at least one type e.g. SqlSewrver OR files

http://pele-easj.dk/2015e-prog/exercises/AzureStorages.html

D) Some concepts for Webservices:

http://pele-easj.dk/2015e-prog/exercises/concepts-WebServices.html

E) UDP - Programming the questions: Modify the broadcasting program, Modify the receiving program, Refactor the broadcasting program to use the broadcast IP address - use either socket or UdpClient

http://anbo-easj.dk/tek3/socket/udpBroadcast.html