C# Tips

Today's C# Quiz

Quiz

This was introduced in C# 5.0 to make asynchronous processing easier. What is this?

lock
sync
Asynchronous Delegate
async/await

Tip

Answer