Linq

A 2-post collection

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()...

»

Guard your code using LINQ and Reflection

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...

»