Handy library DelegateDecompiler February 13, 2021 C# Lets assume that we have class with property TestProperty like below: 12345678910111213141516171819202122public class Post { […] Read more →
C# Constraints in Generic January 24, 2021 C# The easiest way to remember C# Constraints is to write them downFor example having two generic parameters with different Constraints […] Read more →