← Back
James Montemagno July 11, 2017 8m

C# Developers: Stop Calling .Result

Summary

The video discusses common pitfalls when handling asynchronous operations and task results in .NET, particularly with Xamarin and .NET Framework 4.5. It highlights issues arising from incorrectly awaiting tasks or using `async void` on the UI thread, which can lead to application hangs. The practical takeaway is to always manage asynchronous operations carefully to avoid blocking the UI and ensure smooth application performance.

View original episode ↗