AAR pt 12 (C# and Azure)

     

Azure banner

If you have not had a chance to read the first entry in the series for context, you can do so here

Last weekend I went through my notebook and transcribed all of my hand-written lessons learned from the past year or so into my digital tracker. A big chunk of those entries were leftovers from my time at Steelcase. Since Steelcase is a ASP.NET core shop there were plenty of C# and Azure notes. Since Nautilus uses Kotlin and AWS, I figured this was as good a time as any to wrap up my experiences with the Microsoft stack. You can read my last Azure AAR entry here

 async () => { ... }
 await Task.WhenAll(yourArrayOfTasksHere)

comments powered by Disqus