You can read all the C# performance tips from the following links,
In this blog, we will do benchmarking for List.Count() which is a method and List.Count which is a property.
Result
Thus, as we can see, whenever we want to get the count of a list, we should use the List.Count property.