How to use IAsyncEnumerable in C# for paged APIs
This is part 1 in a 2-part series: Part 1: How to use IAsyncEnumerable in C# for paged APIs Part 2: How to test and mock IAsyncEnumerable in C# Ever since C# 8, we’ve been able to create asynchronous enumerables using IAsyncEnumerable. This is a handy feature to have when the work being done to […]
How to use IAsyncEnumerable in C# for paged APIs Read More »