VB.net Basics

A compilation of all the topics in the VB.NET Basics Section, along with a brief explanation on their contents.

Note: If you’re new to VB.NET, first check out our Getting Started with VB.NET guide. We’ll walk you through the installation process and help you configure it in the best possible way.

VB.NET Syntax: Syntax is the set of rules that define how code is written. This article goes through some basic rules on how VB.NET code should be written.

VB.NET Operators: An Article on Arithmetic, Logical, Bit wise, Comparison and Assignments Operators in VB.NET, complete with examples.

VB.NET Taking Input: A guide on how to take user input from the console, followed by an explanation on how to handle it effectively and manipulate it further.

VB.NET Console Output: A detailed guide on displaying output to the console window in VB.NET. Discusses multiple ways in which data can be written to screen.

VB.NET Data Types: An Article that goes through the various data types in VB.NET with examples. Did you know about Mutable and Immutable Data types? If not, head over to the article.

VB.NET Strings: Strings, one of the most basic data types in a programming language. A complete guide on strings, using them, parsing them and combining them with several built in functions VB.NET has to offer.

VB.NET if then else: An individual close up analysis on if…else statements, how to use them effectively and in various scenarios. Complete with several examples.

VB.NET Loops: An Overview on the various types of loops in VB.NET, what sets them apart, and where to use which.

VB.NET Do Loop Until: A detailed guide on the Do While loop and how to use it effectively in different scenarios.

VB.NET While Loop: A detailed guide on the While loop and how to use it effectively in different scenarios.

VB.NET For Loops: An individual close up analysis on For loops, how to use them effectively and in various scenarios. Complete with several examples.

VB.NET Functions: A function is a reusable block of code that runs only when called. Functions saves time, increase re-usability and makes your code simpler to read.

VB.NET Iterations: A guide explaining how to effectively use iterative methods on several data types in VB.NET, and where to use them.

VB.NET Time: Learn how to use time and date related functions in VB.NET.


If you feel like our “VB.NET Basics” section is lacking something, feel free to tell us, or you can even contribute your own article to CodersLegacy. Any questions can be asked below in the comments section.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments