Dear Blazor, I met you when you were still in your infancy. I started playing with you when you could barely stand up...
The Promise
Even though you were still frail, your ambition was excitin...
TL;DR: Learn to create AI-powered mind maps by combining OpenAI’s language features with the Blazor Diagram Library. Discover how to automatically create dynamic and interactive mind maps from text ...
For a current project (document management), we were given a seemingly simple task:
Implement a PDF preview where I can see all full-text search results highlighted.
Searching for a single value is ea...
I’m excited to share that after months of development and extensive community input, ByteAether.WeakEvent v1.0.0 is now available as a NuGet package. Originally detailed on my blog, this article wil...
TL;DR: Learn to add mail merge functionality to the Blazor Rich Text Editor! We’ll set up a Blazor app, configure the editor, and add merge fields using a custom toolbar and Mention component. Final...
Hi everyone,I'm facing an issue with my Blazor WebAssembly (WASM) application in Chrome. When I navigate between pages, the network data keeps accumulating instead of resetting. I noticed this in the ...
Unlock the potential of secure auto-login for web apps with this comprehensive Blazor frontend tutorial designed for Central Management Systems (CMS). Understand why this feature is essential, safegua...
TL;DR: Learn when to use linear vs. logarithmic scales in charts. Linear scales are ideal for uniform data changes like revenue, while logarithmic scales are perfect for visualizing exponential trends...
🧠 Meet VS Code Agent Mode — Your AI Coding SidekickMicrosoft just brought AI into the editor with VS Code Agent Mode, giving you context-aware coding help right inside your project. No more switc...
Blazor brings modern component-based architecture to .NET developers, enabling rich, interactive UIs using Razor components. But like any component model, communication between components is key.In th...