asp.net core check if list in empty or null code example Example: c# tell if list object is empty if(listOfObjects.Count == 0){ //when list is empty }