A simple .NET Core console app demonstrating asynchronous vs. synchronous code. Related blog post: https://devblogs.microsoft.com/visualstudio/how-do-i-think-about-async-code/
- Uncomment the first two lines in the
Main
method - Comment out the two
asyncCake
lines in theMain
method - Remove
async Task
from theMain
method signature