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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.