0
kicks
C# 5.0: async/await vs AOP
Gael Fraiteur compares the new async and await keywords of C# 5.0 to what has already been possible for 4 years using aspect-oriented programming. He explains the differences between both aproaches. While AOP can make a synchronous method run in a backgroud, C# 5.0 allows you to really program asynchronous methods.