Adding projects to the C# Interactive Window
The C# Interactive window allows you to use a C# REPL that can be pretty useful for testing something out quickly. I’ve used it a bunch of times for formatting a DateTime to a string, because I can never quite remember which combination of characters results in what I want. In Visual Studio, you can … [Read more…]