About
Sessions at dev up 2022
Understanding Asynchronous Programming in C#
Level: Introductory / Intermediate Asynchronous code is everywhere. In our C# code, we "await" method calls to services and databases; and more and more packages that we use every day have asynchr...
A Tour of Go for the C# Developer
Learning other programming languages enhances our work in our primary language. From the perspective of a C# developer, the Go language (golang) has many interesting ideas. Go is opinionated on som...