Studying this article will help you fully understand Visual Basic and .NET data types.
Latest Tips Articles
Working with VB Namespaces
Using VB Namespaces can help tremendously in achieving your goal of keeping your code organized.
Nine Things to Not Forget in Your Visual Basic or Other Apps
Follow these tips to remember all the finer details that can quickly be forgotten in the zoo of developing a decent application.
Creating Visual Basic String Enums
With just a few lines of code, you can have a quick way to make an Enum accept String values instead of an ordinary named constant.
Lesson Learned: The Need for a Domain Language
Translation costs time and money, and can affect the quality of the product being made. Make sure all your team members speak the same language.
Boxing and Unboxing in VB.NET
The concepts of boxing and unboxing data might be second nature for many, but for newbies it's worth covering. And, the "old hands" may learn something new, as well.
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.