بررسی IAsyncEnumerable در NET Core 3.0.
نویسنده: وحید نصیری
تاریخ: ۱۳۹۸/۰۷/۰۸ ۹:۲۹
آدرس: www.dntips.ir
| مطالب | ۳۶۹۴ |
| نویسندگان | ۲۷۶ |
| گروههای مطالب | ۱۰۲۴ |
| نقشههای راه | ۱۱۹ |
| دورهها | ۱۴ |
| اشتراکها | ۱۷۹۱۴ |
What's the big deal with IAsyncEnumerable<T> in .NET Core 3.0?
[HttpGet]
public IAsyncEnumerable<Product> Get()
=> productsRepository.GetAllProducts();