News

Microsoft’s new C# Dev Kit extension for Visual Studio Code turns the programmer’s editor into a complete development environment for .NET.
Developers like Visual Studio Code’s lightweight feel as an editor combined with its ability to check syntax, complete code, refactor code, debug, and check into a repository.
Using the browser dev tools to debug your Blazor WebAssembly apps is also still supported." Roth provides instructions on how to first enable such debugging with a tweak to the launchSettings.json ...
To build this code, I used Visual Studio 2017 with all the latest updates applied and the latest version of Blazor (Blazor 0.5.0) installed. I created a new project using File > New > Project and ...