Tag: C#
All the articles with the tag "C#".
-
The different kinds of Unit Tests
Discover various patterns of Unit Tests with simple examples and how you can use them to improve your UTs game
-
C# Properties and their different Uses
A dive into C# Properties and various interesting patterns of using them into your code
-
Constructing a complex dictionary of base and derived class using the same code
An interesting problem I encountered while working and an equally interesting solution suggested to me. How to use the same code to create complex data structure of two different classes