Advertisement ยท 728 ร— 90

Posts by Kristoffer Strube

Check out the full changelog here:
github.com/KristofferSt...

And check out the migration guide in the README:
github.com/KristofferSt...
๐Ÿงต(5/5)

6 days ago 0 0 0 0
Code showing the comparison between the previous way to iterate over the files and directories in a directory and the new way to do the same, while keeping closer to the specification and making it easier not to leak memory.

Code showing the comparison between the previous way to iterate over the files and directories in a directory and the new way to do the same, while keeping closer to the specification and making it easier not to leak memory.

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)

6 days ago 0 0 1 0

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)

6 days ago 0 0 1 0
Comparison between the old and new ways to pass options to the open-file dialog.

Comparison between the old and new ways to pass options to the open-file dialog.

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)

6 days ago 0 0 1 0
Preview
GitHub - KristofferStrube/Blazor.FileSystemAccess: A Blazor wrapper for the File System Access browser API. A Blazor wrapper for the File System Access browser API. - KristofferStrube/Blazor.FileSystemAccess

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...

6 days ago 4 1 1 0
Preview
GitHub - KristofferStrube/Blazor.WebMCP: A Blazor wrapper for the WebMCP browser API. A Blazor wrapper for the WebMCP browser API. Contribute to KristofferStrube/Blazor.WebMCP development by creating an account on GitHub.

I heard some friends talk about the WebMCP browser API during #MVPSummit. So I used some time on the way home from the US to make a Blazor wrapper for it! ๐Ÿ˜
#dotnet #WebMCP #Blazor
Project: github.com/KristofferSt...
Demo: kristofferstrube.github.io/Blazor.WebMCP/

3 weeks ago 2 0 0 0

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...

2 months ago 2 1 0 0

It was great to follow along! ๐Ÿ™Œ

2 months ago 1 1 0 0

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

4 months ago 1 0 0 0
A captivated audience.

A captivated audience.

Had a great meetup in Aarhus .NET User Group last night, where I got to talk about whatโ€™s new for ASP .NET Core 10. ๐Ÿ˜ƒ My new workplace was the host which was very convenient and appreciated. ๐Ÿ˜Š
#dotnet #aspnetcore #blazor

5 months ago 3 0 0 0
Advertisement
Competence builds confidence with .NET Principal Engineer Safia Abdalla
Competence builds confidence with .NET Principal Engineer Safia Abdalla YouTube video by Scott Hanselman

I can recommend listening to the latest episode of Hanselminutes.
www.youtube.com/watch?v=YO7l...
I admire what @captainsafia.com has accomplished in such a short time.
And especially her point that confidence can be built from competence resonates a lot with me.

6 months ago 0 0 1 0

VS 2022 or 2026?

7 months ago 0 0 1 0

Goodbye weekend where I had no plans ๐Ÿ˜…

7 months ago 1 0 0 0
Preview
Visual Studio 2026 Insiders is here! - Visual Studio Blog Visual Studio 2026 Insiders is here โ€“ and it marks one of the most ambitious steps forward weโ€™ve taken with the IDE. This release brings AI woven directly into the developer workflow, performance impr...

I've been using this as my daily driver for the last month, and it has been such a great experience! A lot of my projects open up 3-4 times faster with this version of Visual Studio. ๐Ÿ˜
#dotnet
devblogs.microsoft.com/visualstudio...

7 months ago 2 0 0 0

Now we have to guess if itโ€™s โ€œa Bingo appโ€ or โ€œthe Bingo service that knows everyoneโ€™s namoโ€.

7 months ago 0 0 0 0

I asked ChatGPT to come up with a name for the opposite of Primitive Obsession.

My favourite answer: Class Constipation.

For me, this is the peak of ChatGPT usage.

7 months ago 1 0 0 0

โฌ† That's, of course, paraphrasing.

8 months ago 0 0 0 0

I attended a talk by Bjarne Stroustrup for the first time today. He told all about the usage of Concepts for generics in C++.
He also had a small jab at C#: "If dynamic reflection is good enough for C#, then why not for C++?" ... "I think we can do better." I loved that comment!

8 months ago 0 0 1 0
Text from email:

Congratulations!
Kristoffer Strube,

We're pleased to welcome you to another year for the Microsoft Most Valuable Professionals (MVP) program in recognition of your outstanding contributions to the community in the following Technical Area/s:

Web Development
.NET

Text from email: Congratulations! Kristoffer Strube, We're pleased to welcome you to another year for the Microsoft Most Valuable Professionals (MVP) program in recognition of your outstanding contributions to the community in the following Technical Area/s: Web Development .NET

Got renewed for my second year as Microsoft MVP. ๐Ÿ˜€
This time also in the category Web Development.
#dotnet #MVPBuzz

9 months ago 2 0 0 0
Advertisement
Preview
GitHub - KristofferStrube/ActivityStreams: A .NET implementation of the Activity Streams vocabulary in the form of classes that can be serialized/deserialized using System.Text.Json A .NET implementation of the Activity Streams vocabulary in the form of classes that can be serialized/deserialized using System.Text.Json - KristofferStrube/ActivityStreams

Released version 0.2.4 of ActivityStreams, my implementation of the Activity Streams and Activity Pub vocabulary for .NET.
It fixed a bug reported by @dfyx.social.helios42.de.ap.brid.gy, fixed a misspelling, and added XML Documentation to all types exposed in the API.
github.com/KristofferSt...

9 months ago 0 0 0 0
Preview
a picture of a car from the movie cars with the words speed ? i am speed ALT: a picture of a car from the movie cars with the words speed ? i am speed
9 months ago 1 0 0 0

@james.montemagno.com do you know if there is an easy way to map multiple different MCP endpoints in a single .NET project, each with their individual tools/methods registered? At work we are building MCPs for helping copilot use our SDKs, but would like to expose seperate tools for each SDK.
#mcp

9 months ago 2 1 0 0
Preview
Revisiting using a Content Security Policy (CSP) nonce in Blazor This blog looks at implementing a strong Content Security Policy (CSP) in web applications implemented using Blazor and ASP.NET Core. When implementing CSP, I always recommend using a CSP nonce or โ€ฆ

Blogged: Revisiting using a Content Security Policy (CSP) nonce in Blazor

damienbod.com/2025/05/26/r...

#blazor #net9 #csp #owasp #security #dotnet #aspnetcore #oidc #identity #openidconnect #openiddict

10 months ago 11 6 1 0
Preview
GitHub - KristofferStrube/Blazor.WebIDL: A Blazor wrapper for types and interfaces used in and defined in the standard WebIDL specification. A Blazor wrapper for types and interfaces used in and defined in the standard WebIDL specification. - KristofferStrube/Blazor.WebIDL

Released a new version of Blazor.WebIDL yesterday, which fixes that Error Handling JSInterop did not detect typed exceptions correctly when used in Firefox.
I also updated the Playwright tests to run across Chrome, Firefox, and WebKit.
#dotnet #blazor
github.com/KristofferSt...

10 months ago 2 1 0 0

I get told that I don't share this enough, so I'm sharing again. ๐Ÿ˜‰ #SelfPromotion
I do freelance consultancy. So if any of you have gigs or projects in the area of Blazor, ASP.NET Core, Data Mining, Visualizations, or some combination of these, then I'm currently available for new projects. ๐Ÿ˜Š

11 months ago 3 3 0 0
Preview
GitHub - KristofferStrube/Blazor.FileSystemAccess: A Blazor wrapper for the File System Access browser API. A Blazor wrapper for the File System Access browser API. - KristofferStrube/Blazor.FileSystemAccess

Released version 3.3.0 of Blazor.FileSystemAccess today. ๐Ÿ˜€ It now has support for getting write permission to all entries in a directory when requesting to open a directory. Thanks to Luke for creating the issue and PR for this.
#dotnet #blazor
Demo: kristofferstrube.github.io/Blazor.FileS...

1 year ago 0 0 0 0
Advertisement

It was great talking with you! ๐Ÿ˜

1 year ago 1 0 0 0
Post image

I found my name. ๐Ÿ˜ #MVPBuzz #MVPSummit

1 year ago 2 0 0 0
Post image

Look who I ran into! @kstrubeg.bsky.social #Blazor #mvpbuzz

1 year ago 5 1 0 0
Post image

At the pre-day for the #MVPSummit.
Having a great time meeting new people and saying hi to some existing friends for first time in real-life!
#MVPBuzz

1 year ago 4 0 0 0