Slide 1

Slide 1 text

EFFICIENT CREATION OF AN EMPTY COLLECTION IN

Slide 2

Slide 2 text

There are several ways to create a list: - Using a list: List() - By creating an array new string[]() - With the helper Enumerable.Empty() But what is the most efficient way?

Slide 3

Slide 3 text

https://github.com/BenjaminAbt/SustainableCode