HW02: WCF and SOAP Web Services
Reproduce what I did in class In-class Video Demo:
Create a Database with a table called movies
Requirements:
- Create a WCF Library that provide Create, Read, Update and Delete methods to manipulate data in the database.
- Create a Windows forms application that uses the webservice and on a button click, shows the contents of the movies table.