HW3
To reproduce what I did in class:
- Create a WCF Library that provides Create, Read, Update and Delete methods to manipulate data in the database.
- Create a Windows WPF application that uses the webservice and provides all the CRUD operations (Create, Read, Update, Delete).
Points
- Upload your entire project in a .zip file format (please clean your project before you zip it up)
- Upload a video showing:
- Your service running from a web browser (20 points)
- That your client is using the service (you can show me the Connected Services JSON file) (20 points)
- Your WPF client accessing the service - it should list the movies in the database by default.
- Create Operation (with updated list) (20 points)
- Update Operation (with updated list) (20 points)
- Delete Operation (with updated list) (20 points)