Today I’ll be writing about collections in C# and eventually in my next blog post I’ll be writing about some new cool feature in .NET Core 3.0. But let’s first focus on collection basics in C#. What is a collection? It’s a container which can hold some items. Types of collections In case you don’t…