Hello,
In a client server app, where client front end is done in silverlight using C# and the services are the WCF services.
If I am to hit the service and do a query and bring back a result and I notice that it is taking a relatively long time to load my page which is just loading the grid with the data, what things should I look at fix this issue or how would I fix this issue? What steps could I take to determine the problem? where is the bottle-neck, can anyone know from the little information provided here?
Does this have anything to do with serialization? Any insight on what could be causing this delay? My service calls are made async.
I hope this question makes sense :)
Thanks