i am looking for code that can generate an array where the first item is A, then B, then C . . .after Z i
You could generate numbers using Enumerable.Range and cast them to char to generate A-Z. Next step is to combine them.
Enumerable.Range
char