Luke Quinane
Luke Quinane

Reputation: 16615

Are there any alternatives to FastSharp?

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.

Upvotes: 1

Views: 681

Answers (2)

Ahmad Mageed
Ahmad Mageed

Reputation: 96487

  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.

Upvotes: 2

Xn0vv3r
Xn0vv3r

Reputation: 18184

Are you looking for SnippetCompiler?

Upvotes: 1

Related Questions