- 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
- December 12, 2021
- Nikolay Kostov (Nikolay.IT)
Video lecture about introduction to the .NET Framework.
The video is recorded in 2014 in a training I was delivering in Bourgas, Bulgaria.
Topics covered:
- What is Computer Programming?
- Your First C# Program
- What is .NET Framework?
- What is Visual Studio?
Read More