Discover how to use LINQ productively with Visual Basic.
Latest Database Articles
Displaying 64bit String Images in Visual Basic
Learn what Base 64 strings are and how to make use of them properly in your Visual Basic programs.
Using Visual Basic for FTP Access on an AS/400
Learn to use FTP in VB to gain access to an AS/400's file system, read the data, and store the data into a database.
Using SQL Cursors in VB.NET
Learn about SQL Cursors, and how to use them through Visual Basic.
Using SQL Common Table Expressions to Improve VB Queries
Using SQL commands through your Visual Basic programming isn't difficult once you understand the basics.
Using VB to Set Up a Database Index
Learn how to set up proper indexes in your databases to ensure they run smoothly and quickly.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.