Using asynchronous WebService calls in Silverlight
Posted onLast I was creating a silverlight application and I thought that showing how to do some asynchonous calls to a webservice could be interesting. First of all an overview of the things that you need: A Silverlight application A website where the silverlight is shown and where a webservice is created. You visual […]