Difference between revisions of "Async .NET"

From JVMLangSummit
Jump to navigationJump to search
(New page: ;Speaker: Mads Torgersen ;Resources: "Async in .NET" Slides and " The example code used in the demo is at http://www.msdn.com/vstudio/async together with ...)
 
 
Line 1: Line 1:
 
;Speaker: Mads Torgersen
 
;Speaker: Mads Torgersen
;Resources: [[Media:Async_in_.NET.pdf‎ | "Async in .NET" Slides]] and "
+
;Resources: [[Media:Async_in_.NET.pdf‎ | "Async in .NET" slides]] and [[Media:Unified_types_and_reified_generics.pdf | "Reification in .NET" slides]]
  
 
The example code used in the demo is at http://www.msdn.com/vstudio/async together with a full prototype (the one I used) to install on top of Visual Studio (including Express, which is free), and various docs about it.
 
The example code used in the demo is at http://www.msdn.com/vstudio/async together with a full prototype (the one I used) to install on top of Visual Studio (including Express, which is free), and various docs about it.

Latest revision as of 18:13, 18 July 2011

Speaker
Mads Torgersen
Resources
"Async in .NET" slides and "Reification in .NET" slides

The example code used in the demo is at http://www.msdn.com/vstudio/async together with a full prototype (the one I used) to install on top of Visual Studio (including Express, which is free), and various docs about it.