- 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
- January 01, 2022
- Nikolay Kostov (Nikolay.IT)
Video lecture about operators and expressions in the C# programming language.
The video is recorded in 2014 in a training I was delivering in Bourgas, Bulgaria.
Topics covered:
- Operators in C# and Operator Precedence
- Arithmetic Operators
- Logical Operators
- Bitwise Operators
- Comparison Operators
- Assignment Operators
- Other Operators
- Implicit and Explicit Type Conversions
- Expressions
Read More
- December 19, 2021
- Nikolay Kostov (Nikolay.IT)
Video lecture about data types in the C# programming language.
The video is recorded in 2014 in a training I was delivering in Bourgas, Bulgaria.
Topics covered:
- Primitive Data Types
- Integer
- Floating-Point / Decimal Floating-Point
- Boolean
- Character
- String
- Object
- Declaring and Using Variables
- Identifiers
- Declaring Variables and Assigning Values
- Literals
Read More