One of the web's longest-standing free programming tutorial sites. Covering Visual Basic, Python, JavaScript, and C# — all inside Visual Studio 2026. Beginner-friendly, step-by-step lessons with real code examples and hands-on projects.
' VB.NET Hello World — Visual Studio 2026 Imports System Module Program Sub Main() Dim name As String = "World" Console.WriteLine($"Hello, {name}!") ' Loop from 1 to 5 For i As Integer = 1 To 5 Console.Write(i & " ") Next End Sub End Module
Modern Visual Basic for Windows apps using Visual Studio— latest and classic versions.
Learn MoreOur classic Visual Basic 6.0 tutorial has guided learners since 1999. Ideal for legacy systems and education.
Start VB6 TutorialOnline since 1999 — a trusted resource for generations of VB learners.
Every lesson includes visual guides and sample code.
No prior experience needed — start from zero with real projects.
All tutorials are completely free to access from anywhere in the world.
From fundamentals to advanced projects — 35 hands-on lessons covering database apps, REST APIs, custom graphics, and responsive UIs using .NET 10 and GitHub Copilot.
A Complete Guide to VB.NET Development with Visual Studio 2026 and .NET 10
Visual Studio 2026 Made Easy is a hands-on guide that walks you through building real applications using C#, VB.NET, Python, JavaScript, C++, and .NET 10 — all inside the world's most powerful IDE. With clear explanations, practical projects, and coverage of GitHub Copilot's AI features, this is the only book you need to code confidently in Visual Studio 2026.
Master Python from first principles to real-world applications — with every concept illustrated through hands-on examples inside Visual Studio 2026.
The ultimate guide to VB.NET in Visual Studio 2022. Clear, step-by-step lessons for students, teachers, hobbyists, and self-learners.
Master C# from first principles to real-world applications — with every concept illustrated through hands-on examples inside Visual Studio 2026.
JavaScript Mastery in Visual Studio 2026 is a practical guide to learning modern JavaScript from beginner to advanced level. The book covers essential JavaScript concepts, modern ES2026 features, and real-world development techniques using Visual Studio 2026 and Node.js.
A complete guide from VB6 to VB.NET with sample code in both versions for easy comparison and learning.
The ultimate beginner guide to VB6 — used as a textbook at the University of Wesleyan and many other institutions worldwide.
AI for Beginners is a clear and accessible introduction to artificial intelligence for readers with no technical background. The book explains how AI works, how it is already transforming everyday life, and how it will shape the future of work, education, and innovation
Excel VBA: Code Smarter, Work Faster is a practical guide that teaches you how to automate tasks, build macros, and create powerful Excel applications using Visual Basic for Applications (VBA
The gentlest entry point into Windows programming. Go from zero to building real apps with forms, databases and APIs.
The world's most popular language for data, AI, and automation — mastered inside Visual Studio 2026 with GitHub Copilot.
The language of enterprise .NET. Build robust backends, desktop apps and cloud services with C# 13 and .NET 9.
From browser basics to full-stack Node.js. Master modern ES2026 and build real web applications from scratch.
"VBTutor was my very first introduction to programming back in 2003. The step-by-step VB6 lessons were so clear that I went from complete beginner to building my own apps within weeks."
"Still my go-to reference for VB.NET. I've recommended this site to my students for years. The code examples are practical, well-explained, and actually work — unlike so many other resources."
"The VB6 tutorial here was assigned as supplemental reading at my university in the Philippines. Dr. Liew's writing style makes even complex topics feel approachable and fun to learn."
"After years with VBTutor, I followed Dr. Liew to VisualStudioTutor.com for C# and Python. The quality and thoroughness is exactly the same — this author genuinely understands how beginners learn."
No. All tutorials on VBTutor.net are completely free and always have been since 1996. There are no paywalls, no sign-ups required, and no time limits. The books sold on Amazon are optional premium resources written by Dr. Liew.
If you're brand new to programming, VB6 is an excellent starting point due to its simplicity and gentle learning curve. If you're learning for modern job prospects or want to build contemporary Windows applications, go straight to VB.NET 2022/2026. The concepts you learn in either will transfer easily.
Download Visual Studio 2026 Community Edition — it's 100% free for students and individual learners. It includes GitHub Copilot (free tier), IntelliSense, a world-class debugger, and support for all languages covered on this site. Visit VisualStudioTutor.com for a setup guide.
Visual Basic (VB.NET) is one of the best first languages because its syntax reads almost like English. Python is also excellent and is the most popular language for data science and AI. Both are taught here with beginner-friendly lessons starting from absolute zero knowledge.
Yes! VBTutor has been used as a textbook resource at universities including Wesleyan University and many institutions worldwide. The structured lesson format makes it ideal for classroom use. Teachers are welcome to link students to any tutorial pages.