7

Me :

I will use .Trim() before ToLower(), so ToLower has potentially less characters to iterate over.

Also me :

What ? Only 5.000 rows ? Let’s load them all ! It’s faster then use “where” and “group by”. No problems !

Comments
Add Comment