Sunday, October 16, 2011

Easier asinchronous programming

I had a lot of difficulties developing some extensions for LS applications that uses WCF. As you may know, Silverlight allows only asynchronous calls which makes your development much difficult.

Luckily, Microsoft announced add-on for Visual Studio 2010 called Visual Studio Async CTP. More about it you may find on this blog:

http://blogs.msdn.com/b/csharpfaq/archive/2010/10/28/async.aspx

or on official page:

http://msdn.microsoft.com/en-us/vstudio/async.aspx


Edit: if you are experiencing some difficulties with installation, visit this link: http://weblogs.asp.net/scottgu/archive/2010/11/11/a-few-quick-asp-net-mvc-3-installation-notes.aspx

No comments:

Post a Comment