Blazor
-
How I Migrated My Blog from WordPress to Blazor WebAssembly
I moved my blog from WordPress to Markdown, Blazor WebAssembly, and Azure Static Web Apps, using static page generation to keep the content discoverable.
-
Add Static Page Generation to Blazor WebAssembly
Add static page generation to your Blazor WebAssembly application with Blazorade Static Pages. Generate crawler-visible HTML, metadata, sitemaps, and Azure Static Web Apps routing while keeping your Blazor application as the source of truth.
-
Blazorade Scraibe: Making Blazor Content Discoverable
Blazor WebAssembly applications render content in the browser, which makes it hard for search engines and AI tools to see that content. This article shows how Blazorade Scraibe solves the problem by combining static content generation with a full Blazor experience.
-
Blazor Apps With Mermaid Diagrams Using Blazorade Mermaid
Demonstrates how you can easily render Mermaid diagrams in your Blazor application without having to worry about JavaScript interop.
-
Blazor Authentication with JWT Token Using Blazorade MSAL
Describes how Blazorade MSAL help you implement Blazor authentication in applications that access APIs protected with JWT access tokens.
-
Blazor Authentication with Blazorade MSAL – An Overview
This article describes how you can implement authentication in your Blazor applications, both on the server and in WebAssembly applications.
-
JavaScript Interop Error in Blazor – JSException: Unexpected token ‘?’
Ran across this weird “Unexpected token ‘?’” error with JavaScript interop in Blazor. The solution was pretty simple, once I figured it out.
-
PnP Dev General Community Call Demo, Feb 4 2021
I was invited to a community call to demonstrate how you can build Microsoft Teams apps with Blazor. This article is the script for that demo.
-
Microsoft Teams App With Blazor Made Easy Using Blazorade Teams
Blazorade Teams is a component library for Blazor applications that gives you the easiest way to build s Microsoft Teams tab app in Blazor.
-
Microsoft Teams App With Blazor Server or Blazor WebAssembly
Learn how to write a Microsoft Teams app with Blazor (Server or WebAssembly) that leverages the benefits of Blazor as much as possible.
-
Documenting Your .NET Assemblies with Blazorade Xml Docs
Blazorade XML Docs is a library built for Blazor apps. Use to create documentation for your .NET assemblies leveraging XML documentation comments.
-
Configure Offline Assets for Blazor PWA Applications
Blazor WebAssembly is the easiest way to create a PWA with offline support. But how do you configure which files are available offline? Here’s the answer.
-
Customizing Connection State UI in Blazor Server Applications with Blazorade
With the help of Blazorade Core, you can customize the connection state UIs in your Blazor Server applications, if they loose connection with the server.\nRead this article for detailed information on the ComponentReconnectModal component.
-
Building an Application with Blazorade Bootstrap, Part 3
In this article, we’ll see how to combine the Carousel and Card components in Blazorade Bootstrap to create a carousel with rich content from an RSS feed.
-
BlazorBootstrap is now Blazorade Bootstrap
Blazorade Bootstrap is a component library for Blazor applications (both server and Webassembly) that want to use Bootstrap as their UI framework. The component library makes it super simple to use and interact with Bootstrap components in your Blazor applications.
-
Sharing Data Between Clients with Blazor
With Blazor Server you can build applications that share data between clients in real-time. Read this article to learn how you can do that too.
-
Building an Application with Blazor Bootstrap, Part 2
In this second part of the article series, we’ll see how to create content from RSS feeds for your web application with Blazor Bootstrap.
-
Building an Application with Blazor Bootstrap, Part 1
The first article in a series where I show you how easy it is to build Blazor applications with Blazor Bootstrap. Check it out!
-
Hosting Blazor Applications on GitHub Pages
GitHub Pages provides free storage for static websites. With a little tweeking, a Blazor WebAssembly application can be published to GitHub Pages too.
-
Creating Anchor Links in Blazor Applications
By default, anchor links don’t work as expected in SPA applications. This article shows you a workaround for ASP.NET Core Blazor applications.
-
Blazor Components for Bootstrap
Blazor Bootstrap is an open source Razor component library that aims to make using Bootstrap in Blazor applications easier.
-
The Anatomy of a Blazor Server Application
If you attended the .NET Conf 2019 virtual conference last week, you probably know that ASP.NET Core 3.0 is out, and that it ships with support for creating Blazor Server applications. So I’m not going to go into details about what Blazor is. You will probably find a lot of