Learn what Base 64 strings are and how to make use of them properly in your Visual Basic programs.
Latest SQL Server Articles
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.
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.
Latest CodeGuru Developer Columns
Simple Solutions: Coding C and C++ with Visual Studio Code
With the addition of the C/C++ extension to Visual Studio Code, you might have what is needed in a small, cross-platform editor.

Create SQL Server Database Unit Tests Using Visual Studio
Learn how to set up unit tests using an existing database and by using new, custom SQL scripts.

Creating a Family Tree Using .NET
Create a graphical family tree, using either C# or VB.NET.
Understanding Onion Architecture
Onion Architecture addresses the challenges faced with 3-tier and n-tier architectures, and provides a solution for common problems.