Hi,
If you have a method that queries the Db and returns a collection populated with the records found, what should be returned upon no records found?
A new collection with .Count == 0 or
null
Is there any consensus on this?
Or returning null and returning an empty collection should have different meanings?
Thanks