views:

144

answers:

2

Are there any alternatives to Matt Manela's FastSharp tool? I have a vague recollection that there was at least one alternative.

Here FastSharp is the download link.

+2  A: 
  1. Snippet Compiler
  2. LINQPad (by Joseph Albahari, author of C# 3.0 in a Nutshell) - definitely worth checking out, can connect to a DB and try out some LINQ to SQL etc.
  3. Snippy (by Jon Skeet, used for demos in his C# in Depth book) - apparently also has an add-in for Reflector.
Ahmad Mageed
+1  A: 

Are you looking for SnippetCompiler?

Peter