Performance Doesn't Matter (Unless You Can Prove That It Does)
I get bombarded with questions like these all the time from my fellow developers: * "Which is faster, .Count() or .Any()?" * "Should I use a Redis database for my reads rather then SQL Server? I heard Redis is amazingly fast." * "Won't [Snippet X] be faster than [Snippet Y] because it's more