Posts Tagged

collections

IAsyncEnumerable in .NET C# 8.0

OOOOPS…I DID IT AGAIN!? I want to apologize for not respecting and failing my deadlines, with writing a new post every two weeks. I received a bunch of e-mails from you guys asking me when will my next post be published.So I feel responsible to point out to you that I’m currently very, very busy…

Read More

Collections in C#

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…

Read More