Thursday, April 26, 2007

Doodle Code With Snippet Compiler

Snippet Compiler

Have you ever wanted to test out an idea for a bit of code that is too small to bother with creating a solution for?

Snippet Compiler is a light-weight IDE for the .NET Framework. It has a text-editor that supports some intellisense and code folding. You can build directly from the tool and receive error messages from the compiler in a VS.Net-like Errors tab. Overall, if you have any experience working in the VS.Net environment then you will immediately be able to use plumb the depths of this tool in a few minutes. It's very slick and easy to use. I've personally used it many times over the past couple years whenever I wanted to try out a snippet of code or doodle something to see if it worked before I added it into my working codebase.

Submit this story to DotNetKicks

0comments: