Title: Tools: SnippetCompiler
Slug: tools-snippetcompiler
Date: 2007-02-11 11:53:00
Author: Kartones
Lang: en
Tags: Tools, App Reviews, .NET, Development, C#
Description: A small review of the .NET tool 'SnippetCompiler'.

 <p>While <a href="http://geeks.ms/blogs/programancia101/archive/2007/01/31/numeros-bestias-y-descuentos.aspx">having fun with numbers</a> (I need to read my RSS on a daily basis, I had hundreds pending) I tested some C# code snippets under <a href="http://www.sliver.com/dotnet/SnippetCompiler/">SnippetCompiler</a>, which is a tool that enables you to write code in C# or VB.NET and compile it without opening Visual Studio (and without having to create solutions or projects).</p>
<p>It's small, fast, and works with .NET 1.x and 2.0 frameworks. You can also add references and of course save your classes, so it's quite powerful. Very handy for those small code experiments!</p>
<p><img src="https://images.kartones.net/posts/screenshots/snippetcompiler.jpg" title="SnippetCompiler Screenshot" style="width: 720px; height: 680px;" alt="SnippetCompiler Screenshot" height="680" width="720"></p>
