News

Exception handling is different for asynchronous code. Learn the exception handling semantics for asynchronous methods in C#.
AutoMapper makes life easy, but has its limits. Learn how to implement a custom mapper to handle complex data structures or incompatible types.
Today, asynchronous code is everywhere in the C# frameworks and libraries. It is almost impossible to program in C# without using await. I want to help other developers get a good handle on what await ...