New video from the Practical C# Video series. Explore C# in a simple and practical way.
Generalized Async Return Types (ValueTask)
Learn how to use the generalized async return type feature in C# 7 (more specifically ValueTask) in order to improve the performance of you application by reducing memory pressure. ValueTask is particularly useful when you repeatedly call asynchronous methods that can run synchronously most of the time.
[…] C# – Readonly Auto Properties and Practical C# – Generalized Async Return Types in C# 7 (Andrea […]
[…] « Practical C# – Generalized Async Return Types in C# 7 […]