Video 9 mins
Up and Running with Git and GitHub Visual Studio 2019
This is the best video. You will only need the first 12 minutes of it. After
that it covers branching which I have never used, but you might find a
need for it somewhere down the line when you want to try out a different
version of your project.
Video 60 mins
C# Console Programming for Beginners
Illustrates developing a console application as a single class with several
methods. Illustrates repetition and selection.
Video 60 mins
C# Console Programming Tutorial: Parts 1 - 100
This is the first in a large series of 100 parts covering much more
of the C# language than this module. Part 17 is on Method Parameters