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.

Passing Data between Pages in ASP.NET
A quick look at the best methods for passing data from page to page in a .NET web application.

Using SQL Stored Procedures with VB.NET
Learn how to use the built-in SQL Server stored procedures with your VB.NET programs.
How to Create MapReduce Jobs for Hadoop Using C#
This article introduces you to Big Data, Apache Hadoop and MapReduce jobs. We will also learn how to create MapReduce jobs using C#.