My requirement is to create the offline application which will be similar to the existing online application. Assume like a TV engineer going to customer place to service the customer request. Once complete the request the engineer need to fill up the data
in an application. currently it will happen once the engineer come back to office and fill it up. But now the requirement is to create the offline application which will ease the engineer job to complete the service data entry in customer place and once back
to office to sync up the local data with corporate data.
For this, before going to customer place the engineer to download the data about that particular request. So the data flow between engineer client & server machine is going to be minimal (say max of 50 to 100 records). Can i take the sync framework
to do this synchronization. using Sync framework is the right choice? Or any other alternatives?