TechEd Orlando :: Compiler Tricks
Here is the download project for my Compiler Tricks talk at TechEd Orlando, 2008.
The talk focuses on what the C# 3.x compiler does with new syntax, and how you can use most of the 3.x syntax, when targeting a 2.0 build. This doesn't mean you can use the 3.x code samples with Visual Studio 2005, because you need the 3.x compiler to actually compile the syntax targeted to a 2.0 build.
This single slide pretty much sums up what the talk focuses on, and the downloadable project is pretty simple to walk through as well.
[Click here or the the slide image to download ScottCateCompilerTricks.zip ]
