c# - Performance problems for WCF Services on Windows Phone 8 -
i'm going make windows phone 8 app gets data wcf services. i'm starting wp 8 development , i'm begging wonder if wcf best choice. after wsdl services send lot of xml data , formatting every response not best thing phone app. question is: ok use wcf big xml responses or should try else, maybe httphandlers return json data maybe dynamic gzip responses? not sure if work wp8, said i'm wondering right direction point self to. thanks help. decided go wcf , json responses connect windows phone 8 app.. didn't choose wcf kind of part of assignment, going use build in authentication , authorization system of wcf user credentials.. i'm going serialize response every time in json format , gzip when returning it. modest testing turns out quiet fast. if else wondering here sample code (i'm using json.net): private string getsupplierslite() { // objectcontext data source service. northwindentities context = this.currentdatasource; ...