Returning Empty Arrays
Wesner Moise has a good blog entry about returning empty arrays instead of nulls. I agree with him. Without repeating everything he wrote, if I call a method like GetListOfSomething, I expect a list back...even if it contains 0 elements.