Below you will find pages that utilize the taxonomy term “Blazor”
Posts
Adding Azure SignalR Service to Pointing Party
One of the biggest drawbacks of SignalR is that it’s hard to scale. Microsoft provides a solution called Azure SignalR Service that promises to handle it wihout hassle. And guess what? It does! Your application doesn’t have to run on Azure and configuration is easy. It’s good.. pretty, pretty good!
read more
Posts
Draw a line chart with Blazor and SVG
Blazor is so great that I’d rather not use anything else. That made me wonder:
can I build SVG files using Razor syntax and is that a good idea?
The answers are absolutely and definitely!
read more
Posts
Trix editor as a Blazor Component
Trix is a rich text editor that is popular with Ruby on Rails developers.
In this post we’re going to take Trix out of Rails and use it inside an
ASP.NET Blazor application by making a drop in replacement for Blazor’s
InputText component.
read more