-
Blazor Updates in .NET 5
Last updated: Wednesday, December 16, 2020
Published in: CODE Focus Magazine: 2020 - Vol. 17 - Issue 1 - .NET 5.0
Learn about new features available in Blazor using .NET 5 including the Blazor WebAssembly SDK, new built-in support for virtualization, CSS isolation, lazy loading and built-in features that reduce or eliminate JavaScript interop code required.
-
A New Era of Productivity with Blazor
Last updated: Wednesday, August 31, 2022
Published in: CODE Focus Magazine: 2019 - Vol. 16 - Issue 1 - .NET Core 3.0
Blazor is a new Web framework that uses .NET Core’s architecture, essentially combining the simplicity of Razor with .NET Core concepts. Ed shows you how to get the most from this great tool.
-
Re-Assembling the Web with Web Assembly and Blazor
Last updated: Sunday, October 5, 2025
Published in: CODE Magazine: 2018 - September/October
Rick Strahl explores how Web Assembly and Blazor transform web development by enabling .NET code execution within browser sandbox environments. He highlights Web Assembly's potential to diversify programming languages and reduce JavaScript dependency, while explaining Blazor’s approach of running .NET via a Mono runtime compiled to Web Assembly. Although early-stage and with current limitations—such as performance issues and browser API constraints—Strahl emphasizes the promising future of these technologies to foster more efficient, versatile, and C#-centric web applications beyond the JavaScript monolith.