Link
Embed
Share
Beginning
This slide
Copy link URL
Copy link URL
Copy iframe embed code
Copy iframe embed code
Copy javascript embed code
Copy javascript embed code
Share
Tweet
Share
Tweet
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