Check if array is null
(array == null || array.Length == 0); // ==null must go first (input == null || !input.Any()) // Cool way