Community

Using C# 5.0 Async for File Access

(Alan Berman) The new Async feature in Visual Studio makes it easy to code asynchronous method calls. To make synchronous code asynchronous, you can simply call an asynchronous method instead of a synchronous method and add a few keywords to the code, as shown in the examples below. You no longer n

Read More - Register for Free Membership