Using SQL commands through your Visual Basic programming isn't difficult once you understand the basics.
Latest Database Access Articles
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.
Doing a Database Create Table and Alter Table in Visual Basic
Follow along to create databases with the Create Table statement and then alter those databases.
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.
DataBinding a DropDownList in a FormView
Providing a drop down list in your ASP.NET Web applications help users avoid wasting time with bad data and it's a kinder, gentler thing to do.
Latest CodeGuru Developer Columns
C++ Exception Handling: How to Handle Exceptions in C++
Learn to implement exception handling mechanism in C++.

Integrating Maps into Your UWP App
Look at what can be done with mapping in a UWP (Universal Windows Platform) app.

Adding Camera Support to Universal Windows Platform Apps
With a UWP app, you can design for specific input modes and devices. Learn to control a camera from one.
Using C# 7 Pattern Matching
Take advantage of pattern matching to check for patterns in your code, improve performance, and simplify your code.