Advertisement · 728 × 90

Posts by Marek Fišera

Preview
GitHub - bradygaster/squad: Squad: AI agent teams for any project Squad: AI agent teams for any project. Contribute to bradygaster/squad development by creating an account on GitHub.

Attention Copilot users:

Today is the 28th and your request quota resets TONIGHT

do yourself a favor: attach a Squad to your favorite project and see what they can do with your leftover requests

GitHub.com/bradygaster/squad

1 month ago 6 2 0 0

I added performance benchmarks to my BlazorWebFormsComponents to show what a performance improvement it is to migrate from WebForms to Blazor

Initial reports show a 2x - 4x performance improvement before any tuning.. JUST doing the migration on some simple demo apps

More research is coming

1 month ago 5 2 0 0

The p in webp stands for “why isn’t this a PNG”

1 year ago 11 5 0 0
Post image Post image Post image

My latest side project, this takes an MSBuild binlog file and transforms it into a Perfetto trace
msbuild-binlog-perfview.pages.dev

3 months ago 24 9 2 0
GitHub - baronfel/mcp-binlog-tool: A Model Context Protocol server binary that exposes information inside an MSBuild Binary Log to LLMs to aid build analysis. A Model Context Protocol server binary that exposes information inside an MSBuild Binary Log to LLMs to aid build analysis. - baronfel/mcp-binlog-tool

MCP server of the day: mcp-binlog-tool. Rather than manually generate and inspect msbuild binary logs, why not have GitHub Copilot just build and analyze it? Those binlogs contain a *LOT* more information than what you see in the terminal output: github.com/baronfel/mcp...

1 month ago 3 3 0 0

Support for multiple files in file-based apps, via the new `#:include` directive. The item type is derived from the file extension in the path/glob you provide & is extensible via MSBuild, so *.cs -> Compile, *.json -> Content, etc. Coming in .NET SDK 10.0.300

1 month ago 13 3 4 0

Firefox is joining the shape() game 🤩

It's a good time for some blobs: css-generators.com/blob/

Or maybe a nice wavy divider: css-generators.com/wavy-divider/

And stay tuned for another generator and more shapes next week! 🤫

1 month ago 43 8 0 0
Video

"FindRazorSourceFile" v.1.1.1 has been released!🎉
Customize the hotkey for Inspection Mode via project-level config! Set your own key combo, hover any element, and jump straight to the .razor source. No more hardcoded Ctrl+Shift+F! github.com/jsakamoto/Fi... #blazor

2 months ago 6 1 0 0

Out now: The Microsoft Fluent UI #Blazor library v5 RC1!
This is the next major version. Lots of breaking changes but also lots of enhancements, beter APIs, better docs and an MCP server to help you use the library to it's fullest!

2 months ago 6 1 2 0
Preview
GitHub - jsakamoto/Toolbelt.Blazor.WebAssembly.ExtensibleDevServer.UserSecretsExtension: An extension that enables the use of User Secrets in a Blazor WebAssembly Standalone project hosted using the T... An extension that enables the use of User Secrets in a Blazor WebAssembly Standalone project hosted using the Toolbelt.Blazor.WebAssembly.ExtensibleDevServer. - jsakamoto/Toolbelt.Blazor.WebAssembl...

Ever committed your API key to appsettings.json by mistake? 😅
Blazor Wasm User Secrets Extension solves this! Now you can override app settings locally using .NET User Secrets. No more polluting shared files. Perfect for dev team workflows! ⚡️
github.com/jsakamoto/To...
#blazor

2 months ago 2 2 0 0
Advertisement

Let me know when you know more

2 months ago 1 0 0 0

I would love to know more

2 months ago 1 0 1 0

Awesome, thank you

2 months ago 1 0 0 0

Any specific optimizations on the interop layer?

2 months ago 0 0 1 0

I would love to hear more details

2 months ago 0 0 1 0
Post image

💡 We're exploring a new idea for PowerToys Command Palette: a configurable dock where you can pin your favorite commands and extensions for quick access.

For examples and proof-of-concept code, check out the issue - we'd love your feedback 👇
github.com/microsoft/Po...

2 months ago 6 4 0 3
Preview
Introducing OpenSilver 3.3: Blazor Components Now Run Directly Inside XAML Applications – OpenSilver Blazor components now work inside XAML, no bridges or wrappers, and your architecture stays the same. One codebase, every platform. Modernize WPF apps incrementally. OpenSilver 3.3 is free and…

Introducing OpenSilver 3.3 - Blazor Components Now Run Directly Inside XAML Applications

opensilver.net/announcement...

#opensilver #xaml #blazor #dotnet #appdev #silverlight #csharp #wpf

2 months ago 3 4 0 1
Preview
.NET AI Community Standup - Using the GitHub Copilot CLI and SDK for .NET dev YouTube video by dotnet

Stop what you are doing and watch this right now #Blazor #AI #Copiliot - www.youtube.com/live/aKUZCxT...

2 months ago 7 2 1 0
Advertisement
Image showing a DataGrid with nested, hierarchical rows

Image showing a DataGrid with nested, hierarchical rows

Coming soon to the Fluent UI #Blazor library... Hierarchical data. Finally, nesting rows will be possible!

Oh, and I am now allowed to tag this with #MVPBuzz 😁

2 months ago 3 1 1 0
Preview
GitHub - fast-actions/setup-dotnet: High-performance GitHub Action for .NET SDK and Runtime installation with parallel downloads, caching, and intelligent version resolution High-performance GitHub Action for .NET SDK and Runtime installation with parallel downloads, caching, and intelligent version resolution - fast-actions/setup-dotnet

Tired of slow .NET setup in GitHub Actions?
I built a fast, performant alternative to actions/setup-dotnet with parallel downloads, caching & smart version resolving.

github.com/fast-actions...

We‘re using this Action @scalar.com and reduced the execution time from 24s to 2s!

3 months ago 3 2 0 0
Video

Ready for the first cool demo of the year?

A mini Mario world with keyboard control. Yes, you can move Mario and also jump! 👀

Demo: codepen.io/t_afif/full/... via @codepen.io

✔️ 100% CSS Magic
✔️ Minimal HTML
❌ 0% JavaScript

A Chrome-only experimentation using modern CSS.

3 months ago 146 26 5 11
Post image

Tech is in an interesting place where some of the most accomplished engineers in the industry now say their job is now just telling AI to write all the code, debug it and fix the bugs.

Some of this is marketing hype from people who are selling AI tools (Boris works on Claude Code) but it rings true

3 months ago 110 22 24 4
Video

Another winter break coding side quest...

I created a CLI tool called "burrow" for managing local secrets, inspired by `dotnet user-secrets`. But, it’s a standalone executable and it uses SQLite instead of JSON as the backing store.

Check it out at safia.rocks/burrow/ 🐰

3 months ago 96 9 8 2

🚀 This week I improved MTP (Microsoft.Testing.Platform) to support WASM, browser, WASI 🌐 and made progress on Android 🤖📱 & iOS 🍎📱.

Modern apps deserve modern testing, MTP makes it simple, fast, and future-ready!

#dotnet #testing #MTP

4 months ago 2 2 0 0
Preview
Ignite UI Releases 50+ Powerful Open-Source Components We are empowering the open-source community by offering a set of 50+ open-source components across Angular, React, Blazor, and Web Components. Explore all.

Infragistics just made 50+ Ignite UI components available for free and open-source! Support for Angular, React, Web Components, and Blazor: www.infragistics.com/blogs/open-s...
#blazor #dotnet #IgniteUI

4 months ago 4 1 0 0
Preview
File-based apps - .NET Learn how to create, build, and run C# applications from a single file without a project file.

New reference article detailing lots of info about running C# file-based apps via `dotnet run` now available! Makes for great input to a coding agent when working on file-based apps.

learn.microsoft.com/dotnet/core/...

4 months ago 23 11 1 1
Fluent UI Blazor Documentation & Demo site Microsoft Fluent UI Blazor library. For use with ASP.NET Core Blazor applications

Out now: The Microsoft Fluent UI #Blazor library v4.13.2! Maintenance release with .NET 10 support, Templates fixes, and about a dozen other PRs
Details at fluentui-blazor.net/WhatsNew. Packages are on NuGet. Now back to getting a v5 RC out of the door...

4 months ago 5 3 0 0
Advertisement
Preview
Talk .NET with .NET Team: December Edition, Mon, Dec 8, 2025, 5:30 PM | Meetup We’re wrapping up the year with a supercharged **December edition** of **Talk .NET with .NET Team meetup series**! 🚀🎄 Get ready for an evening full of performance insight

Let me invite you to our last #dotnet Meetup this year.

We have 3 great talks prepared for you, and of course food.

📍 Microsoft Office (Delta Building, Vyskočilova 1561/4a, Prague 4)
📅 Monday, December 8, 2025
🕗 5.30pm - 9.00pm

English, Free entry

www.meetup.com/microsoft-ev...

4 months ago 3 2 0 0
Video

🚀 After validating on the .NET 10 SDK, the first stable release of "Find Razor Source File" is live!
github.com/jsakamoto/Fi... #blazor
Streamline your Blazor development: jump straight from any clicked element in your browser to the exact `.razor` file in Visual Studio or VS Code!

4 months ago 1 1 0 0
Preview
GitHub - DamianEdwards/RazorTemplates: Experiment creating templating extensions for Razor Copmonents Experiment creating templating extensions for Razor Copmonents - DamianEdwards/RazorTemplates

Got nerd-sniped on a saturday morning github.com/DamianEdward...

4 months ago 15 1 3 0