SnippetCompiler is another useful tool for C# developers. It is quite similar to FastSharp. Both allow you to write and compile sample code very quickly. SnippetCompiler has IntelliSense support (missing in Fast Sharp), that gives benefits. Unfortunately, the last version is from year 2008… and supports .NET up to 3.5…
There are always pros and cons when a tool provides something extra (IntelliSense here) and misses something else (.NET 4.0). I personally use SnippetCompiler to test sample code.
