Miguel de Icaza discusses the implementation of C# 5.0 async programming on iOS and Android, emphasizing the importance of asynchronous programming for building responsive applications. He highlights challenges such as 'callback hell' and the evolution of tasks that facilitate better control flow and error handling. The document covers the availability of async APIs within .NET and Xamarin, encouraging developers to utilize these for improved application performance.
Related topics: