Tagged Questions

1
vote
1answer
103 views

Most useful and least known .Net Framework API/Attribute/etc [closed]

Possible Duplicate: Hidden Features of C#? Actual Duplicate: Hidden .NET Base Class Library Classes It seems occasionally I find people still not aware of and/or not using: …
903
votes
253answers
78k views

Hidden Features of C#?

This came to my mind after I learned the following from this question: where T : struct We, C# developers, all know the basics of C#. I mean declarations, conditionals, loops, operators, etc. Some …