Removing Null Values from a Dictionary with LINQ
I don't use Linq much, but when I do I'm amazed how awesome and fun it is. Here is a simple way to remove null values (note values, your keys should never be null, ever and if they are something is wrong) from a dictionary. Dictionary...