Community

Recommended Asynchronous Pattern in .NET

(Damir Arh) The recommended pattern for asynchronous programming in the .NET framework is the task-based asynchronous programming (TAP). This tutorial gives a brief info about this pattern.