Visual Basic - Command line arguments and user keyboard input

Опубликовано: 29 Апрель 2026
на канале: Multilingual Programming
290
like

Video Chapters (table of content with clickable links into a specific part of the video)
00:00 Introduction about the video content
00:43 Prerequisites (you should have some programming skills in at least some language)
01:07 Command prompt (showing the Visual Basic "vbc" version, creates new directory, starts Visual Studio Code)
02:05 Creates a Visual Basic file with a "Hello World" program
03:52 Executes "Hello World"
03:59 Replaces the implementation with code receiving arguments from the command line and the keyboard
06:33 Executes the program receiving arguments from the command line and the keyboard
07:00 Creates a 'console' project (but has previously in the video compiled with 'vbc')
09:17 Executes the project with 'dotnet run'

Please note that you can choose to show english subtitles for the videos.

Currently (when this video was published) there are not many videos in the below playlists but please remember to subscribe to this channel if you think you are interested in future videos which will become added to the play lists.

Playlists for "Program arguments from command line and keyboard input" for different programming languages:
Playlist for the videos with english voice and english subtitles:
   • Program arguments from command line and ke...  
Playlist for the videos with swedish voice and swedish subtitles:
   • Program argument från kommandoraden och in...  

Visual Basic playlist (english):
   • Visual Basic - Command line arguments and ...  
Visual Basic playlist (swedish):
   • Visual Basic - Program argument från komma...  


Visual Basic
https://docs.microsoft.com/sv-se/dotn...
https://en.wikipedia.org/wiki/Visual_...

Visual Basic compiler 'vbc'
https://docs.microsoft.com/en-us/dotn...

Main Procedure
https://docs.microsoft.com/en-us/dotn...

'Console.ReadLine'
https://docs.microsoft.com/en-us/dotn...

Interpolated Strings
https://docs.microsoft.com/en-us/dotn...

'dotnet new' (e.g. 'dotnet new console')
https://docs.microsoft.com/en-us/dotn...

'dotnet run'
https://docs.microsoft.com/en-us/dotn...