jsakamoto
banner
jsakamoto.bsky.social
jsakamoto
@jsakamoto.bsky.social
Microsoft MVP for Development Tech. (C#, ASP​.NET, Blazor, Azure Web Apps, TypeScript), http://github.com/jsakamoto, http://nuget.org/profiles/jsakamoto
🐧 My Linux terminal-style portfolio site is now also running on .NET 10.

Built with Blazor WebAssembly, it offers an interactive command-line experience to explore my profile and projects. Updated to the latest .NET SDK released today.
jsakamoto.github.io #blazor
November 11, 2025 at 8:10 PM
🎉 Awesome Blazor Browser has been updated to .NET 10!

Now running on the latest .NET SDK released today. Check it out and explore the curated list of Blazor resources with improved performance.
jsakamoto.github.io/awesome-blaz... #blazor
November 11, 2025 at 8:02 PM
I'll log this to GitHub later after some investigation, but has anyone experienced an issue with .NET 10 RC2 where a published Blazor Wasm app using wasm-tools fails to run? It triggers an assertion error from the Mono runtime. #Blazor #dotnet
October 15, 2025 at 7:51 AM
Oh wow, even GitHub Copilot is joining the Contributors squad now...
October 1, 2025 at 12:47 PM
Blazor Minimum Project Templates just got updated for .NET 10 Preview 7 🚀
Now with an option to use the .localhost TLD 🙌
Give it a try:
www.nuget.org/packages/Too... #Blazor
August 17, 2025 at 11:40 PM
The .NET version of the "npx" command, "dnx", has arrived in .NET 10 Preview 6!
github.com/dotnet/core/... #dotnet
July 17, 2025 at 11:22 PM
Oops...
June 25, 2025 at 11:36 PM
🚀Update news for Blazing Story users!
We've added support for the per-story description to boost your documentation. (Thanks, HaunBa, for your contributions!)
Clarify each story effortlessly with our Blazor-powered Storybook clone.👍 Explore more: github.com/jsakamoto/Bl... #Blazor
May 24, 2025 at 2:18 AM
🚀 FindRazorSourceFile Update!
Now you can overcome previous component detection limitations! We're introducing improved detection using manual FRSF_BEGIN_COMPONENT/FRSF_END_COMPONENT markers to enhance source finding. See how it works: github.com/jsakamoto/Fi... #Blazor
May 12, 2025 at 12:43 PM
🔥 Hot off the press! "MD2RazorGenerator" is here! 🔥
A C# source generator transforms .md files into Razor components at build time—no extra libs, no runtime cost. Markdown-driven Blazor pages have never been this easy!
Check it out👉 github.com/jsakamoto/MD... #Blazor
April 28, 2025 at 2:08 PM
Big update for Blazor devs! 🚀 "FindRazorSourceFile" now fully supports Visual Studio in addition to VSCode. You can instantly locate and open any .razor file directly from the browser view. Super handy for maintaining large projects!👍
github.com/jsakamoto/Fi... #Blazor
April 12, 2025 at 12:57 PM
New Blazor Minimal Project Templates have been released! 🎉 Now supports .NET 10 Preview 3 and can generate .slnx solution files, a new solution file format, using the "-sx" option.
github.com/jsakamoto/Bl...
Give it a try! #Blazor
April 11, 2025 at 2:40 PM
Actually, "Find Razor Source File" has a major limit. It can't detect a Razor component if the component doesn't have a root-level HTML element, like below.
(The .razor file below contains only other Razor components.)
April 1, 2025 at 1:25 PM
April 1, 2025 at 12:32 PM
The "Find Razor Source File" combination with VSCode works on any platform and browser, such as Windows + Edge, Ubuntu + Firefox, and macOS + Safari.
April 1, 2025 at 12:32 PM
"FindRazorSourceFile" for Blazor now supports .NET 9!🚀 You can navigate to source .razor directly by hitting Ctrl+Shift+F and clicking the element! Perfect for large Blazor app maintenance👍 For now, rocking it in VSCode, but VS support is on the way. Stay tuned!
github.com/jsakamoto/Fi... #Blazor
March 29, 2025 at 8:26 AM
The new version of "Blazing Story," a UI catalog library for Blazor, is here!🚀 Now, you can add Custom Pages, rich documentation pages like "Welcome" and "Getting Started", to your UI catalog. Try it now, and elevate your UI component catalog documentation!👉
github.com/jsakamoto/Bl... #Blazor
March 20, 2025 at 9:49 AM
Yes, it's super simple. The new slnx file format allows us to implement code easily that generates a new slnx file, reads, and updates it.
March 15, 2025 at 2:54 PM
I've succeeded in installing the .NET9 SDK, creating a new Blazor WebAssembly project, building it, and launching it on the Linux terminal on my Android 15 device, Pixel 6. The latest system update added that Linux terminal to my phone. #Blazor
March 15, 2025 at 2:24 PM
I was mistaken in my previous post. Even the Visual Studio 2022 Stable version 17.13.3 can handle the new format Slnx files when the preview feature flag for that is on. The preview version of Visual Studio is not essential.
March 15, 2025 at 12:04 PM
The dotnet CLI of the .NET SDK 9.0.200 works fine with the new format, slnx. The VSCode C# DevKit also works fine, but I had to explicitly set the "./.vscode/settings.json" to describe that I'd like to use the new format.
March 15, 2025 at 1:39 AM
Did you know the "Awesome Blazor Browser" site already runs on .NET version 10 preview?
jsakamoto.github.io/awesome-blaz... #Blazor
March 3, 2025 at 1:47 PM
I've submitted my CrystalMark Retro score to the CrystalMarkDB site. What will be your PC's score?https://crystalmarkdb.com/retro
March 2, 2025 at 2:13 PM
I updated my CUI Flavored Portfolio site to run on .NET 10 Preview 1. 🎉
jsakamoto.github.io #Blazor
March 2, 2025 at 1:55 PM
The clone of Storybook for Blazor, "Blazing Story", Preview 43, has been rolled out!
Finally, the Keyboard Shortcuts page is available now. Check it out! github.com/jsakamoto/Bl... #Blazor
February 15, 2025 at 2:50 PM