why sharepoint silverlight application requires to execute query in asynchronous mode?
Hi,
We have developed 2 application to get the sharepoint objects. 1. Windows application 2. Silverlight application. In Windows, we used to execute the query by ExecuteQuery() and in silverlight ExecuteQueryAsync(). What is the difference between two,
and why silverlight requires to execute in Asynch mode?
Balaji
May 18th, 2012 4:54am
Silverlight consume a Web or WCF Service, so must be execured Async()MVP Office Development, MCP, MCTS SharePoint 2010 Development
Free Windows Admin Tool Kit Click here and download it now
May 18th, 2012 10:11am
Silverlight consume a Web or WCF Service, so must be execured Async()MVP Office Development, MCP, MCTS SharePoint 2010 Development
May 18th, 2012 10:12am


