Learn the technical aspects of defining an XML schema, generating a typed DataSet, initializing, and using that typed DataSet within Visual Basic .NET.
Latest Visual Basic Articles - Page 95
Creating Applications for the Pocket PC
Devices such as the Pocket PC are becoming almost as powerful as the machines sitting on our desks. It makes sense that more and more developers want to create applications directly targeted at such platforms. Learn how to create a Pocket PC application using Visual Basic .NET.
From Mobiles to Microwaves with the Mobile Internet Toolkit
For a long, long time, Microsoft has been touting this dream of information on any device, anywhere, anytime. But, at least when it comes to Visual Basic developers, the company hasn't done much to prove it. That is, until now.
Fast Transparency
Use transparent bitmaps in your Visual Basic applications.
Paul's Recipe for a Perfect Project
Just for fun, Paul Kimmel provides his recipe for building a successful project.
Incorporating the Data Link Properties Editor into a VB.NET Application
If you want to learn a bit about COM Interop or how to incorporate the Data Link Properties applet seamlessly into your Visual Basic .NET application then this is a good article for you.
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.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

Obtaining External Window Handles and Window Captions with Visual Studio 2012
Learn how to obtain an outside application's window handle, in order to manipulate that window from inside your program, using either VB.NET or C#.

SOLID Principles in C# - An Overview
SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.
