- May 16, 2022
- Nikolay Kostov (Nikolay.IT)
Video lecture about strings and text processing in the C# programming language.
The video is recorded in 2014 in a training I was delivering in Burgas, Bulgaria.
Topics covered:
- What is String?
- Creating and Using Strings
- Declaring, Creating, Reading and Printing
- Manipulating Strings
- Comparing, Concatenating, Searching, Extracting Substrings, Splitting
- Other String Operations
- Replacing Substrings, Deleting Substrings, Changing Character Casing, Trimming
- Building and Modifying Strings
- Why the + Operator is Slow?
- Using the StringBuilder Class
- Formatting Strings
- Formatting Numbers, Dates and Currency
- Cultures and Culture-Sensitive Formatting
- Accessing and Assigning the Current Culture
- Parsing Numbers and Dates
Read More
- May 06, 2022
- Nikolay Kostov (Nikolay.IT)
Video lecture about text files and streams in the C# programming language.
The video is recorded in 2014 in a training I was delivering in Burgas, Bulgaria.
Topics covered:
- What is Stream?
- Reading Text Files
- Writing Text Files
- Handling I/O Exceptions
Read More
- 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