Avoid Count() methods
At work I'm currently working with dotTrace to check the performance of our application. A few of our issues were quickly traced back to the faulty usage of the Count()...
»At work I'm currently working with dotTrace to check the performance of our application. A few of our issues were quickly traced back to the faulty usage of the Count()...
»Time to add another class to our Helpers. Defensive programming is very important. Checking that every parameter is correct before working with them is simply a must. The code for...
»