5 Tricks You Should Know About Visual Studio’s Immediate Window

from blog Blog posts on .NET Software Development, C#, and Debugging on Michael's Coding Spot, | ↗ original
This article was originally written for the Ozcode blog . There’s a window in Visual Studio that enables you to run and evaluate any code you’d like. That magical windows is the Immediate window. To use it all you need to do is write valid code, such as: System.Console.Write(“Hello”), and presto: The Immediate Window looks pretty...