Test C# code without building my application

visual-studio-2008

Solution

If you're just looking to try out a few statements in immediate mode, LINQpad is great for writing short snippets.

LINQPad Homepage

Problem

I'm trying some string manipulation in my web app, but I don't want to compile the whole application just to see the result something simple. Is there a (preferably free) tool I can use to do quick tests, or is there something in VS2008 I can use? Thanks

Original source