Category Archives: Console

Async/await not reacting as expected in Console App

If you had to use an await call in a .net Console app, you would definitely notice that the await is simply skipped over. This is because await only ensure that the rest of the code in the current async … Continue reading

Posted in C#, Console | Tagged , | Leave a comment