VBForums had a Slow Chat with some of the members of the Microsoft Visual Basic team. Find out what's new and important with VB here.
Latest Multi-Language Support Articles
Language Feature Highlight: Extension Methods
Discover what extension methods are, the syntax for using them, and why they are important.
Using Satellite Assemblies for Multi-Language Programming
With just a modest amount of work you can prepare your Visual Basic .NET applications for customers that speak other languages.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.

Step-by-Step Guide to Using Generic ADO.NET
ADO.NET is used to access data. Learn how easy using ADO.NET is in this step-by-step guide!

Creating a Simple User Control with Visual Basic
Discover how versatile and easy User Controls are to develop with VB.
Working with State Machines in the .NET Framework
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.