If you know how to create an ASP.NET MVC View, you know a great deal about how to create pages in Blazor. But, by packaging up pages as Blazor Components, you can use (and re-use) those pages more ...
Before you consider reading this column, be aware that, for all of its potential wonderfulness, Blazor is still an experimental toolset with no/none/nada/zippo support from anyone (except from those ...
Blazor Server and Blazor WebAssembly are variants of Blazor that create a single-page app (SPA). Although these two siblings hardly differ from a development perspective (developers write Razor ...
In another column, I describe how you can, from JavaScript, call methods on C# objects defined in Blazor pages. As that sentence implies, however, there's no way to access properties on those objects ...
Blazor United combines server-side and client-side rendering in a full-stack web programming model in ASP.NET Core 8, now available in a first preview. ASP.NET Core, Microsoft’s cross-platform ...
NavigationManager.NavigateTo() now also works with static server-side rendering. Previously, this always returned the runtime error NavigationException. For ...