News

Pinta is a free and open-source drawing and editing app, but that's not the only reason I use it. It's also fast; it launches ...
When creating a new Blazor project targeting .NET 9, the generated App.razor file contains the entire HTML document structure (, , , , etc.) instead of only Blazor components like , , and . According ...
There is no reliable way for disposing a component's JS complement in a Blazor Web App using mixed render modes. Calling dispose JS method from the .NET side (during component disposal) to JavaScript ...