SnippetCompiler is a must have .net tool. It allows to test a small .net code. This tool from Jeff Key could be incredibly usefull in cutting down the time taken to experiment with a .net code.
Here are its features :
- Compiles and runs single or multiple C#, VB.NET and ASP.NET snippets.
- Optionally builds WinFormEXEs, console EXEs or DLLs.
- The user can store a library of templates.
- Displays compile errors, including the red squiggles.
- IntelliSense for static members and method signatures, as well as constructor signatures.
- Imports VS.NET projects.
- Conveniently sits in the notification area waiting to be useful.
- Exports snippets to HTML/RTF.
You can download its latest beta 2.0 version here.