Take advantage of .net 4.5 async constructs
With the arrival of .NET 4.5, writing async code correctly is easier than ever. Like any tool, it should be only applied where it makes most sense – in web use-cases this usually revolves around I/O operations (i.e. reading from disk, any network operation, database operations, or calls to web services).
Leave a Comment
Your email address will not be published. Required fields are marked *