Are there any light weight tools (preferably portable so I can put it in a memory stick) that can compile C# code snippets? I don't want to load Visual Studio, create a project and all to test a small code snippet.
Thansks!
|
Are there any light weight tools (preferably portable so I can put it in a memory stick) that can compile C# code snippets? I don't want to load Visual Studio, create a project and all to test a small code snippet. Thansks! |
|||
|
|
How about http://rextester.com/rundotnet? This is online - so always available - downsides are it's a little slow, so good for trying out simple things quickly - not so great if you're doing anything more complex.
Although it was primarily created to debug LINQ statements - it actually works as a great lightweight general purpose IDE. |
||||
|
|
SnippetCompiler would be one, though it hasn't been updated for a while so could be out of date. Edit: See Looking for replacement for Snippet Compiler for more up-to-date alternatives |
||||
|