Showing results for October 2010 - Visual Basic Blog

Oct 28, 2010
0
0

Announcing the Async CTP for Visual Basic (and also Iterators!)

VBTeam
VBTeam

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, ...