News

Build exciting web apps following step-by-step instructions and video examples. Purchase of the print or Kindle book includes a free eBook in PDF format. Blazor WebAssembly helps developers build web ...
This repository contains a Blazor component designed to implement a dynamic and customizable navigation menu system using recursive rendering for limitless nested dropdowns. The project architecture ...
Value Prop CodeQL can scan the majority of C# applications, but it currently does not support Blazor, a popular framework. Adding support to scan Blazor will enable CodeQL to completely cover ...
Among the .NET news out of Microsoft Build 2020 is a new preview of C#, Microsoft's programming language from the .NET team, plus a fully supported release of Blazor WebAssembly.
In a previous column, I showed how to create a "Hello, World" application that integrated JavaScript functions and C# Blazor methods. However, my Blazor-world and JavaScript-world code didn't interact ...
Integrating JavaScript and Blazor is a little awkward because you can't add JavaScript to a Blazor C# file. However, you can add JavaScript to the Index.html page under the wwwroot folder in the ...