Archives
-
TestDriven.NET 2.2 Beta + VS Orcas / Reflector 5.0
Here is a screencast that shows TestDriven.NET running in Orcas and the new C# 3.0 support in Reflector 5.0. To start off with I create a reference to the new 'System.Core' assembly which you'll find in the '\Windows\Microsoft.NET\Framework\v3.5.11209' directory. C# 3.0 language features such as Linq and extension methods are only available after referencing this assembly. I then add a method with a simple query over a sequence of numbers.