LIVRE : VB.net - Apprendre et Maîtriser la création des logiciels de Gestion et Scientifiques

Image de présentation

Introduction & Détails

Chapter 1: Getting started with Visual Basic
.NET Language
VB.NET Version Visual Studio Version .NET Framework Version Release Date
7.0 2002 1.0 2002-02-13
7.1 2003 1.1 2003-04-24
8.0 2005 2.0 / 3.0 2005-10-18
9.0 2008 3.5 2007-11-19
10.0 2010 4.0 2010-04-12
11.0 2012 4.5 2012-08-15
12.0 2013 4.5.1 / 4.5.2 2013-10-17
14.0 2015 4.6.0 ~ 4.6.2 2015-07-20
15.0 2017 4.7 2017-03-07
Section 1.1: Hello World
First, install a version of Microsoft Visual Studio, including the free Community edition. Then, create a Visual Basic
Console Application project of type Console Application, and the following code will print the string 'Hello World' to
the Console:
Module Module1
Sub Main()
Console.WriteLine("Hello World")
End Sub
End Module
Then, save and press F5 on the keyboard (or go to the Debug menu, then click Run without Debug or Run) to
compile and run the program. 'Hello World' should appear in the console window.

Qui sommes-Nous ?
Logo YalpDev GROUP

Yalpd.com est un site internet Congolais, un site officiel de YalpDev GROUP.

En savoir plus
Soutenez notre travail !

Nos ressources vous sont utiles ? Aidez-nous à faire plus ! Votre soutien est essentiel pour la création de nouveau contenu.

Faire un Don

Spécifications Techniques
  • Faculté/Domaine : Informatique de Gestion
  • Institut : GoalKicker.com
  • Année d'édition : 2022
  • Garant : Russell Eyenga
  • Format : pdf
  • Téléchargements : 1,546
Publicité
Publicité
Publicité