Is it possible in .NET to achieve event based asynchronous pattern without multithreading?

Posted by Jeffrey on Stack Overflow See other posts from Stack Overflow or by Jeffrey
Published on 2010-05-16T01:09:27Z Indexed on 2010/05/16 2:00 UTC
Read the original article Hit count: 258

I am amazed by the architectural design of node.js and was wondering if C# is capable of such design:

Asynchronous, event based / event loop, non-blocking IO without multithreading.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about event