C# Intermediate – Delegates
In this article, we are going to talk more about delegates in C#. A delegate is a reference to a...
Read Moreby Marinko Spasojevic | Updated Date Aug 27, 2020 | C#, Intermediate | 2
In this article, we are going to talk more about delegates in C#. A delegate is a reference to a...
Read Moreby Marinko Spasojevic | Updated Date Aug 27, 2020 | C#, Intermediate | 0
In this article, we are going to talk more about Generic List and Dictionary in C#. A...
Read Moreby Marinko Spasojevic | Updated Date Aug 27, 2020 | C#, Intermediate | 9
In this article, we are going to talk about the queue, stack and hashtable collections in C#, how...
Read Moreby Marinko Spasojevic | Updated Date Aug 27, 2020 | C#, Intermediate | 1
C# provides generics to help us remove the need for casting, to improve type safety and make it...
Read Moreby Marinko Spasojevic | Updated Date Aug 27, 2020 | C#, Intermediate | 4
Different classes may implement the same interface, and that is the common case in software...
Read Moreby Marinko Spasojevic | Updated Date Aug 27, 2020 | C#, Intermediate | 4
Inheriting from a class is a powerful mechanism, but the real inheritance power comes from an...
Read Moreby Marinko Spasojevic | Updated Date Aug 27, 2020 | C#, Intermediate | 1
Inheritance is one of the three key concepts in object-oriented programming. We can use...
Read Moreby Marinko Spasojevic | Updated Date Aug 27, 2020 | C#, Intermediate | 0
Besides the structures, C# supports another value type Enumeration. In this article, we are going...
Read Moreby Marinko Spasojevic | Updated Date Aug 27, 2020 | C#, Intermediate | 2
In the previous articles, we have learned about classes, how to use them and how to create an...
Read Moreby Marinko Spasojevic | Updated Date Aug 27, 2020 | C#, Intermediate | 0
In this article, we are going to talk about anonymous classes, how to create them, and why they...
Read Moreby Marinko Spasojevic | Updated Date Aug 27, 2020 | C#, Intermediate | 0
In this article, we are going to talk about static members in C#, when and why to use them....
Read Moreby Marinko Spasojevic | Updated Date Aug 27, 2020 | C#, Intermediate | 2
A property is a member that provides a flexible tool to read and write the value of a private...
Read More