News

Understand the differences between the most commonly used interfaces for accessing and manipulating collections of data in C#.
In C#, IQueryable and IEnumerable are both interfaces that represent collections of objects, but they are used in different scenarios and have different capabilities. Usage: It is suitable for ...
IEnumerable, ISaveable, IDontGetIt: Understanding C# Interfaces Contents This repository contains slides and code samples for a presentation on C# interfaces using .NET Core 3.1. All samples build/run ...
Learn how to use IAsyncEnumerable in C# to easily filter, aggregate, transform, project, or otherwise process continuous streams of data asynchronously.