
- #Vb net 2010 tutorials full
- #Vb net 2010 tutorials code
- #Vb net 2010 tutorials download
#Vb net 2010 tutorials full
This is what you actually happens:Īs you can see, the full name is not printed despite the first name and surname being given. In the above example, a user enters first name and surname in the hope of seeing his full name being printed.
#Vb net 2010 tutorials code
Look at the following piece of code in action:Ĭonsole.WriteLine("What's your first name?")Ĭonsole.WriteLine("What's your last name?") The comments are not executed and will not affect the flow of the programme. The following image shows the role of a comment. This is all done by the humble, old apostrophe - ' in Visual Basic.
Make the readability of the code more efficient.
To make the a member of a team aware of what a section of the code actually does in the programme. To remind us at a later stage of what the code lines are supposed to do. More often than not, we have to comment things out in our code for the following reasons: So, it's important to carry at least one second line on the screen to see the outcome of our lines of code. Without the second line, there will be a short flash, indicating the execution of the line, but will not to be visible to the user. The first line of code writes the statement on the screen the second line reads it and make it visible on the screen. Make sure the code is written between Sub Main(). Once installed, start Visual Studio and you will see the following screen.Ĭhoose a console application and you are ready to experience a great learning learning curve.Īlternatively, you can use the following online console for practising interactively here.ĭocument.WriteLine("This is my first line of code.") #Vb net 2010 tutorials download
If you are a seasoned programmer from another background, this is ideal for a new start.įirst of all, here is the link to download a less complex Visual Studio for a Windows PC.
If you have a passion for programming, this tutorial will give you much needed impetus for reaching the ultimate goal, even if you are a complete beginner. Net platform it is a popular language, as it is closer to plain English and resembles pseudo code. Visual Basic, widely known as Visual or VB.Net, is a very simple programming language to learn, mimic real-life situations and develop high level applications in Microsoft's.
Those who want to learn Visual Basic quickly on this page - interactively on a real VB Console. Those who want a springboard for OOP - Object Oriented Programming. A complete novice who wants to learn the nitty-gritty of computer programming. Those who learn Visual Basic as a part of AS/A Level Computer Science course - OCR, AQA and Edexcel. Those who learn Visual Basic as a part of GCSE Computer Science course- OCR, AQA and Edexcel.