Profile avatar
mara.neptuo.com
Engineer @microsoft.com working on .NET on WebAssembly & Blazor Also github.com/maraf & twitter.com/marekfisera
70 posts 37 followers 52 following
Regular Contributor
Active Commenter

For the upcoming release of the Microsoft Fluent UI #Blazor library, we greatly improved the UI for resizing a DataGrid when using your mouse. Now you can start a resize action on any row (instead of just on the header). A resize indicator bar will be shown across the whole colum!

Jus updated #Blazor - github.com/ADefWebserve...

Out now: The Microsoft Fluent UI #Blazor library v4.11.9! Porting changes made in Aspire over to the components (see image). Lots of other fixes and, of course, new icons. See fluentui-blazor.net/WhatsNew for the details. Packages are available on NuGet now.

Some more "Doom clone" testing in Blazor WASM. 1. Discovered I can make a Winforms app to run Blazor apps without a local server. 2. Added some basic textures with transparent rectangles overlay to create depth. Still can't figure out complex textures πŸ™„ #dotnet #blazor #csharp #gamedev #indiedev

πŸ”₯ 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

Building a Dynamic #Python Execution Environment with .NET #Blazor MAUI, Pyodide, Monaco, and Radzen blazorhelpwebsite.com/ViewBlogPost...

Just playing with @martindotnet.bsky.social's dotnet-xunit-otel library! My local #dotnet Aspire dashboard is now showing traces from my integration tests! VERY NICE! Thanks Martin! πŸ˜ŠπŸ‘ github.com/practical-ot...

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

.NET 10 just made Blazor state handling so much better πŸ‘ Say hello to SupplyParameterFromPersistentComponentState πŸ‘‰ No more state loss πŸ‘‰ No more hacks This is my favorite .NET 10 feature, hands down. πŸŽ₯https://buff.ly/73nAh2Z #dotnet #blazor #dotnet10

New blog postπŸš€! Build and Connect Blazor Chat App with MCP C# SDK oksala.net/2025/04/21/b... #dotnet #mcp #llm #ollama #blazor

Blazor Insight (DevTools) - Development Stage https://old.reddit.com/r/dotnet/comments/1k3q9s7/blazor_insight_devtools_development_stage/ #dotnet

This is what I ended up with github.com/maraf/Money/... and github.com/maraf/Money/... Allows to generate randomly long placeholders and use existing components to avoid having to duplicate the layout logic #blazor

Oh my word! I just had a conversation with @maddymontaquila.net about .NET Aspire, and Maddy brought up the Ollama integration: learn.microsoft.com/en-us/dotnet... This looks bonkers and amazing at the same time. Add a package, add four lines of code, and you have a chat app with local LLMs.

πŸš€ Just dropped a new video for Blazor devs! Angular & React devs have had this feature for years β€” now Blazor devs can join the party! πŸŽ‰ Just click β†’ jump to .razor. No more hunting in the folder structure. πŸŽ₯ Watch here: buff.ly/nj46svw #Blazor #dotnet #VisualStudio

Why my "default" for building mobile business apps is #dotnetmaui #blazor hybrid. Not that it fits every scenario, but it fits most scenarios and is a great way to start a discussion around business/technical requirements for your next #dotnet app. blog.lhotka.net/2025/04/14/W...

Out now: The Microsoft Fluent UI #Blazor library v4.11.8! ~24h after release, we have support for .NET 10 preview 3. Demo site runs on it already. Also added: icons in the DataGrid column menu's. See www.fluentui-blazor.net/WhatsNew for the details. Packages are available on NuGet now.

`dotnet run file.cs` is coming: Allows running C# source files with no need for an explicit backing project. We call these file-based programs (as opposed to project-based programs). github.com/dotnet/sdk/b...

How do you use loading placeholders like getbootstrap.com/docs/5.1/com... in your #blazor apps? Do you integrate them into your components and render them using mock data or do you create a separate markup for them?

Supper happy to see the massive perf boost and quality improvement that @youssef1313.bsky.social was able to bring! If like our friends at @platform.uno you care about your tests and you are willing to make a small investment, I can only recommend you to move over to MTP!

Shout out to our friends from the Microsoft Testing Platform team for helping us significantly reduce testing times. With 3 key contributions to our repo, they supported our transition from VS Test to MTP RESULTS: Faster tests, more accurate failure detection, & a streamlined testing pipeline πŸ”—β¬‡οΈ

After letting the project simmer for a long while, I managed to run my C# Game Boy emulator project using WASM in the browser πŸ₯³. /cc @danroth27.bsky.social Code lives at github.com/wcabus/gb-net

"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

I haven't written a blog post in a long time! Bridging the Gap: The Future of Aspire medium.com/@davidfowl/b...

I published a Blazor WebAssembly app on GitHub Pages that uses File System Access API to batch convert text file encodings on your PC!πŸš€ sample-by-jsakamoto.github.io/Blazor-TextF... #Blazor Since Kristoffer publish Blazor.FileSystemAccess package, so it is super easy! Thanks, @kstrubeg.bsky.social πŸ™Œ