- March 11, 2022
- Nikolay Kostov (Nikolay.IT)
Video lecture about multidimensional arrays in the C# programming language.
The video is recorded in 2014 in a training I was delivering in Burgas, Bulgaria.
Topics covered:
- Matrices and Multidimensional Arrays
- Jagged Arrays
- The Array Class
Read More
- March 01, 2022
- Nikolay Kostov (Nikolay.IT)
Video lecture about arrays and lists in the C# programming language.
The video is recorded in 2014 in a training I was delivering in Burgas, Bulgaria.
Topics covered:
- Declaring and Creating Arrays
- Accessing Array Elements
- Console Input and Output of Arrays
- Iterating Over Arrays Using for and foreach
- Dynamic Arrays (List<T>)
- Copying Arrays
Read More
- February 12, 2022
- Nikolay Kostov (Nikolay.IT)
Video lecture about loops in the C# programming language.
The video is recorded in 2014 in a training I was delivering in Burgas, Bulgaria.
Topics covered:
- What is a Loop?
- Loops in C#
- while loops
- do … while loops
- for loops
- foreach loops
- Special loop operators
- Nested loops
Read More
- February 02, 2022
- Nikolay Kostov (Nikolay.IT)
Video lecture about conditional statements in the C# programming language.
The video is recorded in 2014 in a training I was delivering in Bourgas, Bulgaria.
Topics covered:
- Comparison and Logical Operators
- The if Statement
- The if-else Statement
- Nested if Statements
- The switch-case Statement
Read More
- January 10, 2022
- Nikolay Kostov (Nikolay.IT)
Video lecture about working with the console in the C# programming language.
The video is recorded in 2014 in a training I was delivering in Bourgas, Bulgaria.
Topics covered:
- Printing to the Console
- Printing Strings and Numbers
- Reading from the Console
- Reading Characters
- Reading Strings
- Parsing Strings to Numeral Types
- Reading Numeral Types
- Various Examples
Read More