- April 19, 2022
- Nikolay Kostov (Nikolay.IT)
I am among the top 100 most influencing IT people in Bulgaria (2022).
The whole list is here: https://careershow.bg/index/it-influencers
Read More
- April 13, 2022
- Nikolay Kostov (Nikolay.IT)
Video lecture about exceptions and exception handling in the C# programming language.
The video is recorded in 2014 in a training I was delivering in Burgas, Bulgaria.
Topics covered:
- What are Exceptions?
- Handling Exceptions
- The System.Exception Class
- Types of Exceptions and their Hierarchy
- Raising (Throwing) Exceptions
- Best Practices
Read More
- April 05, 2022
- Nikolay Kostov (Nikolay.IT)
Video lecture about methods in the C# programming language.
The video is recorded in 2014 in a training I was delivering in Burgas, Bulgaria.
Topics covered:
- Using Methods
- What is a Method? Why to Use Methods?
- Declaring and Creating Methods
- Calling Methods
- Methods with Parameters
- Passing Parameters
- Returning Values
- Best Practices
Read More
- 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