Oct 28, 2010
Post comments count0
Post likes count0
Announcing the Async CTP for Visual Basic (and also Iterators!)
We're very happy to announce today the Async CTP for Visual Basic and C#. Asynchronous programming is something that helps make your UI more responsive, especially in applications that interact with databases or network or disk. It's also used to make ASP servers scale better. And it's the natural way to program in Silverlight. Until now, asyn...