Blazorade
-
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.
-
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.
-
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.
-
Blazorade Bootstrap v1.0 is Ready
Blazorade Bootstrap v1.0 is now finally published. Start building your Blazor applications on Bootstrap with ease with this open source library.
-
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.