Scheduler Components and Controls > Data-centric Architecture with Silverlight > The Sample Application > Implement the Server Side |
In this step, we will implement the server side of the application. It consists of a Web service with two methods: GetData and UpdateData. GetData gets the data from the Schedule.mdb database and returns it to the client. UpdateData saves the changes made by the client back into the database. Note that the database can be found in C1Scheduler_DataBinding sample that is installed with this product.