PreviousNext

Hidden Features of C#?

by bill-s, 2021-04-02T02:44:48.717Z

We, C# developers, all know the basics of C#. I mean declarations, conditionals, loops, operators, etc. Some of us even mastered the stuff like Generics, anonymous types, lambdas, LINQ, ... But what are the most hidden features or tricks of C# that even C# fans, addicts, experts barely know?

Read More