News

Microsoft's Blazor web-dev tech received a raft of improvements in the new .NET 6 Release Candidate 1, including the ability to create custom elements, render components from JavaScript and even ...
To create a custom element using Blazor, developers must first register a Blazor root component as a custom element: options.RootComponents.RegisterCustomElement<Counter>("my-counter"); After which ...
Visual Studio Extensibility Preview 3 adds the Debugger Visualizers to simplify the debugging experience, Custom Dialogs to create tailored user interfaces, Query the Project System to access and ...