Visual Basic
Using Multiple Programming Languages to Create an ASP.NET Website
Did you know it is possible to use more than one programming language in a .NET website project? However, you cannot directly put source code files of different programming languages in the App_Code folder of your...
Similar Articles
Visual Basic Features in Visual Studio 2022
Most articles cover new features specifically tailored to C#, its improvements, and the C# development environment. Finally, with Visual...
Playing with Strings: Proper Case
Introduction
As you may or may not know: strings are strange creatures! I say so because there are so many...
Making a Small Lotto Game in VB.NET
Introduction
If you are one of the many unlucky ones who has never won anything in a lottery, well, this...
Creating a Maze Game in .NET, Part 3: Adding the Final Touches to the Form
Introduction
If you have been following this series from the start, you will know that we have done a lot...
Creating a Maze Game in .NET, Part 2: Adding Gameplay
Continuing with our game, all that is left to do is to add the physical Maze object and enable...
Creating a Maze Game in .NET, Part 1: Structure
When I was teaching programming full time, I always tried to enable the students to think for themselves, and...