Learn about SQL Cursors, and how to use them through Visual Basic.
Latest SQL Server Articles
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.
Doing SQL Transactions with Visual Basic
Learn what SQL Transactions are and how to use them properly in your Visual Basic applications.
Sub Queries and Sub Tables in SQL and VB
Learn more about sub queries and sub queries, and, more importantly, how to use them with Visual Basic.
Making Use of SQL Variables
Learn about SQL Variables and how to use them from Visual Basic.
Solving Performance Issues in Data Migration to SQL Server
Learn how to solve reoccurring performance problems during data migration to SQL Server.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
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.