PreviousNext

Async/Await Best Practices

by bill-s, 2018-02-27T07:28:16.765Z

Whether you're building mobile or web applications, it highly likely that you've come across the async / await keywords in the .NET code you're working on. This combo makes working with asynchronous operations really easy, but can also lead into hard to debug issues if they aren't used correctly. In this episode, we are joined by Cloud Developer Advocate Brandon Minnick (@BrandonXamarin) who shows us what's really going on under the covers with the async / await keywords, and he also gives shares some helpful tips.

Read More