-
Blazor for the Web and Beyond in .NET 7
Last updated: Wednesday, November 2, 2022
Published in: CODE Focus Magazine: 2022 - Vol. 19 - Issue 1 - .NET 7.0
Blazor enables UI development for the web without JavaScript and using open web standards. Daniel shows you how to author reusable web UI components that can be used on any modern web browser.
-
Blazor Hybrid Web Apps with .NET MAUI
Last updated: Wednesday, August 31, 2022
Published in: CODE Focus Magazine: 2021 - Vol. 18 - Issue 1 - .NET 6.0
You’ve been waiting for MAUI, and now it’s here! Ed takes you on a tour and shows you how easy it is to code for the Web, desktops, and mobiles, all using the skills you already have.
-
Introducing Photino: Create Desktop Applications with Web UIs
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2021 - May/June
If you use Electron but find it makes a pretty big application, try using open source Photino, which uses .NET 5 for the host application instead of Node.js. Your apps for mobile or cross-platform can be lighter and faster.
-
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.
-
En Route to Full-Stack .NET Development with Client-Side Blazor
Last updated: Wednesday, August 31, 2022
Published in: CODE Magazine: 2020 - September/October
Learn how to use Blazor on the client-side using Blazor WebAssembly feauting a real world application that makes service calls to REST APIs for data. Blazor allows C# developers to finally create performant web applications as fast, or faster, than websites built using JavaScript. Otto shows you how to use Blazor on the client-side.
-
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: Wednesday, April 21, 2021
Published in: CODE Magazine: 2018 - September/October
Just when JavaScript seemed aggravatingly ubiquitous, Rick bumped into Web Assembly and Blazor, and learned that there are choices when it comes to compiling code.