Click here to Skip to main content
15,896,606 members
Articles / Programming Languages / C#

The Foreground Await / Async Anti-Pattern

Rate me:
Please Sign up or sign in to vote.
4.93/5 (23 votes)
4 Mar 2019CPOL15 min read 20.4K   24  
The mis-use of async/await point to an underlying lack of awareness of C# design principles, including event-driven programming. The post The Foreground Await / Async Anti-Pattern appeared first on Marcus Technical Services..

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions