Visual Basic Blog

A group blog from members of the VB team

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