Award: Top 100 most influencing IT people in Bulgaria (2022)

Award: Top 100 most influencing IT people in Bulgaria (2022)

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


Video: Exceptions in C# (Bulgarian)

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


Video: Methods in C# (Bulgarian)

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


Video: Multidimensional Arrays in C# (Bulgarian)

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
    • Declaring
    • Usage
  • Jagged Arrays
    • Declaring
    • Usage
  • The Array Class
    • Sorting
    • Binary Search

Read More


Video: Arrays and Lists in C# (Bulgarian)

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