Anyone knows a C# console? Something that we can evaluate a C# statement and the like? Please share. Thanks.
Printable View
Anyone knows a C# console? Something that we can evaluate a C# statement and the like? Please share. Thanks.
Does this help?
Thanks Hack but it seems not the thing I'm finding. Really appreciated. I need something like Javascript console, where we want to execute JS statements and get results. I'm curious if there's something like that console for C#.
You can evaluate any expression in the Watch window and you can evaluate expressions and execute code in the Command Window when it is in Immediate mode.
Watch Window
Immediate Mode, Command Window