There are times when I want to test new code from the forums or when I need to help my friends with specific C# problem. The problem is I don\'t want to create new \"project\" i
You can run a lot of things in the Immediate window (Debug >> Windows >> Immediate)
For example, you can run the following: System.IO.File.WriteAllText(@"c:\temp\blah.txt", "Hi there!");