Editing .cshtml Files Without Recompiling in Visual Studio Code
Sep 18, 2022 · 1 min read · Assuming you have an existing dotnet mvc project created and the c# extension installed, it's easy to enable editing cshtml files so that changes can be made and seen without having to recompile (restart debugging). Open the terminal in VS Code with...
Join discussion