Join Exercism’s VB.NET Track for access to 20 exercises with automatic analysis of your code and personal mentoring, all 100% free.
Public Module modmain
Sub Main()
Console.WriteLine ("Hello World!")
End Sub
End Module
Get better at programming through fun, rewarding coding exercises that test your understanding of concepts with Exercism.
Implement the `accumulate` operation, which, given a collection and an operation to perform on each element of the collection, returns a new collection containing the result of applying that operation to each element of the input collection.
Create a sentence of the form "One for X, one for me."
The classical introductory exercise. Just say "Hello, World!"
VB.NET is a modern, powerful language.
VB.NET runs on almost any platform and chipset.
VB.NET is primarily an object-oriented language, but also has lots of functional features.
VB.NET is used for a wide variety of workloads, like websites, gui and console applications.
VB.NET has excellent tooling, with linting and advanced refactoring options built-in.
Documentation is excellent and exhaustive, making it easy to get started with VB.NET.
Every language has its own way of doing things. VB.NET is no different. Our mentors will help you learn to think like a VB.NET developer and how to write idiomatic code in VB.NET. Once you've solved an exercise, submit it to our volunteer team, and they'll give you hints, ideas, and feedback on how to make it feel more like what you'd normally see in VB.NET - they'll help you discover the things you don't know that you don't know.
Learn more about mentoringThe VB.NET track on Exercism has 20 exercises to help you write better code. Discover new exercises as you progress and get engrossed in learning new concepts and improving the way you currently write.
See all VB.NET exercisesThe best part, it’s 100% free for everyone.