//
sign in
Profile
by @danabra.mov
Profile
by @dansshadow.bsky.social
Profile
by @jimpick.com
AviHandle
by @danabra.mov
AviHandle
by @dansshadow.bsky.social
AviHandle
by @katherine.computer
EventsList
by @katherine.computer
ProfileHeader
by @dansshadow.bsky.social
ProfileHeader
by @danabra.mov
ProfileMedia
by @danabra.mov
ProfilePlays
by @danabra.mov
ProfilePosts
by @danabra.mov
ProfilePosts
by @dansshadow.bsky.social
ProfileReplies
by @danabra.mov
Record
by @atsui.org
Skircle
by @danabra.mov
StreamPlacePlaylist
by @katherine.computer
+ new component
Profile
Loading...
.NET developer, Microsoft MVP, and Blazor Consultant. GitHub: https://github.com/KristofferStrube
Kristoffer Strube









Loading...
Released a fix to Blazor.MediaCaptureStreams today in version 0.4.1. Microphones now offer finer-grained echo-cancellation capabilities, which the library does not yet support. To fix that, we ignore unsupported values until we soon add support for them. #dotnet #blazor github.com/KristofferSt...
4mo
I’m doing Advent of Code using the new File-based C# programs this year. But it doesn’t seem like VS Code nor VS has good intellisense when using them. What are people using when writing these? #dotnet #csharp #AOC
Kristoffer Strube
[New Post]🪄Opening Pandora's Box in Blazor! Call any DOM method (scrollIntoView, click, select...) from your .razor file, with zero external JavaScript files. The trick is the browser's built-in Object() function. Power and peril, both unlocked 👇 dev.to/j_sakamoto/o... #Blazor
6mo
Done with my talk at #NdcCph2026 😁 Time to relax the rest of the day and going to the after party later with live music by The Linebreakers! 🎸 #ndc
We also removed the FileSystemAccessOptions type from the library. This type was previously used to customize the path of the helper modules used in the library. I found out that we could achieve the same with importmaps, so I removed it to reduce clutter. 🧵(3/5)
10d
Blazor.FileSystem, a core dependency of this library, also had some major changes. It had its primary method for iterating the file system handles of a directory, replaced with a method from Blazor.WebIDL, which can iterate over any type decorated as async_iterable. 🧵(4/5)
Released version 4.0.0 of Blazor.FileSystemAccess today! 😀 It now targets the newest versions of my Blazor.FileSystem, Blazor.FileAPI, Blazor.Streams, Blazor.DOM, and Blazor.WebIDL packages, which has been a long-requested feature. 🧵(1/5) #dotnet #blazor github.com/KristofferSt...
The options used for opening a file or directory picker have been replaced with new unified types that are much closer to the shape in the specification. These new types utilize union types for the StartIn property so that we don't need to make specialized types. 🧵(2/5)