0
kicks
Using tuples in C# functions and dictionaries
Using tuples (just like tuples in F#) can improve your C# code and reduce number of classes and code-lines you write for some common mundane tasks.
Code snippets are attached