Screenshot of a hex editor with a PE file open, on the left there's a tree with the headers, sections and other parts of the file format. On the right there's a typical table of bytes in hex.
Finally had time over the holidays to realize a long-standing dream of mine: a hex editor that knows about the PE file and .NET metadata format. You can click any byte and it will show you which data structure it is in the tree. Every byte is covered.
The parser is at github.com/KirillOsenko...
29.12.2024 20:08 — 👍 244 🔁 65 💬 8 📌 2
This is a picture of #Aspire running in a GitHub Codespace with an ubuntu-based container exposing a port-forwarded desktop via noVNC in which I've installed #Aspire and launched another apphost - #Aspire inception:
27.07.2025 10:13 — 👍 5 🔁 2 💬 0 📌 0
We have a new discord aka.ms/aspire-discord
#aspire
27.07.2025 02:53 — 👍 25 🔁 8 💬 1 📌 0
@avaloniaui.net I would love to get your feedback on this ☝️
24.07.2025 10:51 — 👍 0 🔁 0 💬 0 📌 0
Here are links to demo apps
- github.com/maraf/dotnet...
- github.com/maraf/blazor...
22.07.2025 11:15 — 👍 0 🔁 0 💬 0 📌 0
In the video I'm using `wasmbrowser` template that is shipped in `wasm-experimetal` workload. It's plain C# with JS interop in the browser
22.07.2025 11:08 — 👍 0 🔁 0 💬 1 📌 0
#dotnet #hotreload is coming to any WebAssembly scenario .NET 10 Preview 7
github.com/dotnet/sdk/p...
22.07.2025 11:05 — 👍 1 🔁 2 💬 2 📌 0
spot art.
Photo of presenter(s).
text reads: Blazor Community Standup - Integrate .NET in JavaScript apps
LIVE today at 10AM PT - Blazor Community Standup and integrating .NET in #JavaScript apps. Check out how we've made it easier than ever to integrate .NET in JavaScript apps in #dotNET 10.
Join us live: https://msft.it/63327SfXAf
08.07.2025 13:00 — 👍 5 🔁 2 💬 1 📌 0
Tell me more, please
18.06.2025 09:48 — 👍 1 🔁 0 💬 1 📌 0
I'll be sharing the latest ASP.NET Core & Blazor updates at the upcoming TrailBlazor conference. I hope you can join us!
12.06.2025 21:08 — 👍 4 🔁 2 💬 0 📌 0
.NET 10 Preview 5 is now available! - .NET Blog
Find out about the new features in .NET 10 Preview 5 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!
🚀 .NET 10 Preview 5 is out!
Check out these updates & more:
🔒 Post-Quantum Cryptography
📃 OpenAPI 3.1 updates
➕ User-defined compound assignment operators
📊 Blazor metrics & tracing
🌐 XAML global namespaces for MAUI
devblogs.microsoft.com/dotnet/dotne...
#dotnet10 #csharp
10.06.2025 18:33 — 👍 17 🔁 7 💬 0 📌 1
DataGrid resize enhancement
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!
21.05.2025 05:34 — 👍 4 🔁 1 💬 1 📌 0
A code editor interface with a language selection dropdown highlighting C# and a pop-up labeled "New!" on the right.
Jus updated #Blazor - github.com/ADefWebserve...
11.05.2025 18:15 — 👍 5 🔁 2 💬 0 📌 1
Take screen width and height into account when positioning menu
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.
08.05.2025 21:37 — 👍 4 🔁 1 💬 0 📌 0
If you pause the app in VS, where does it stop?
08.05.2025 04:51 — 👍 1 🔁 0 💬 1 📌 0
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
08.05.2025 01:37 — 👍 5 🔁 3 💬 0 📌 0
Or you can upload them as MSFT only attachment to a report at developercommunity.visualstudio.com
07.05.2025 17:08 — 👍 1 🔁 0 💬 0 📌 0
Sure, marekfisera at microsoft dot com
07.05.2025 17:06 — 👍 0 🔁 0 💬 0 📌 0
Thank you for sharing once again! I have already seen some of these, some are new to me. If you see any new ones, I would be happy if you bump them here.
07.05.2025 15:32 — 👍 0 🔁 0 💬 1 📌 0
Thank you for sharing. I didn't seen this one yet, taking a note. If you have more, I would be glad if you post them as well.
02.05.2025 18:40 — 👍 0 🔁 0 💬 1 📌 0
I'm collecting common failures.
Do you have specific scenarios that happen to you? Are they reproducible or happen randomly?
02.05.2025 12:46 — 👍 0 🔁 0 💬 1 📌 0
Why was it so complicated in Blazor? Was it .NET in general or something blazor specific? How did you do the integration?
29.04.2025 17:36 — 👍 0 🔁 0 💬 1 📌 0
🔥 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
28.04.2025 14:08 — 👍 8 🔁 3 💬 0 📌 0
Python code with the results in a data table
Building a Dynamic #Python Execution Environment with .NET #Blazor MAUI, Pyodide, Monaco, and Radzen blazorhelpwebsite.com/ViewBlogPost...
28.04.2025 00:34 — 👍 4 🔁 2 💬 0 📌 0
What do you mean?
26.04.2025 14:57 — 👍 0 🔁 0 💬 1 📌 0
Observing Spin Apps with OpenTelemetry and the .NET Aspire Dashboard
Learn how to observe your Spin apps using the otel plugin for Spin and the .NET Aspire Dashboard.
I agree. The entire .NET ecosystem is actually on the avant-garde of WebAssembly.
In addition to the Blazor work, the .NET team has done some awesome stuff. Here, for example, is how we used Aspire.
www.fermyon.com/blog/observi...
24.04.2025 21:35 — 👍 20 🔁 5 💬 1 📌 0
Helping make distributed application better for .NET developers with .NET Aspire and ASP.NET Core.
PM 👩🏻💻 at #microsoft on #dotnetmaui | harvard ‘20 | mobile app dev, #a11y, womxn in tech, books, food, and more! 🤗 | opinions are my own💡
.NET Developer 🤓 | Microsoft MVP 🏆 | Speaker 🗣️ | Cat person 😺 | Gamer 🎮 | Workaholic 👩💻 | Salsa dancer 💃
🧑 he/him
🧑💻 #oss #cslanet
🤵 VP @ Xebia; Chief Architect @ Marimer LLC
🎗️ #MicrosoftMVP and RD Program member
🙏 #a11y, #BlackLivesMatter
🏓 #rock, #metal, #LiveMusic, #ttrpg, #travel, #outdoors, #scifi, #fishing
https://linktr.ee/rockylhotka
Research Manager on the @graalvm.org team at Oracle Labs. Graal Languages, Native Image, developer tools, GraalVM developer experience. Previously at Hasso Plattner Institute, Google Colab, and Maton Guitars. Views are my own.
Helping you build apps users love.
.NET developer, Microsoft MVP, and Blazor Consultant.
GitHub: https://github.com/KristofferStrube
"Does not pose a present danger." Corp advice and bail bonds. Also: PM for OSS dev on Azure, vice chairperson, @bytecodeallies. Mostly Linux, mostly helpful
Nerd. Principal Lead Developer Experience JavaScript @Microsoft Building https://github.com/web-fragments/web-fragments with awesome folks. Author of https://www.microfrontend.dev.
Free. Cross-platform. Open source. A developer platform for building all your apps. Run by the .NET Community team at Microsoft.
be careful where you step. you never know where a shrunken Grounded 2 teen could be.
Visual Studio extender, founder of SchemaStore.org, and home automation enthusiast,
Functional Programmer. .NET SDK/MSBuild/Templating PM @microsoft. @IonideProject contributor. :heart: F# and Linux. he/him.
Dad, Husband, and Partner Software Engineer Microsoft working on Azure. Formerly Stack Overflow. I build very fast things to improve life for millions of developers.
Independent PWA and Web Components specialist, creator of https://whatpwacando.today. I write about what the modern web can do, Web Components and PWAs.
Email list: https://modernwebweekly.com
Blazor and .NET Wasm runtimes at Microsoft. If you do not progress, you may regress.
Founder/CTO of fermyon.com. Creator of the Spin project.
Loves bicycles, bubble tea, and classical music.
Be kind.
https://radu-matei.com
Sr. Principal Engineer at Cloudflare by day, WebAssembly consultant by night.
You might also know me from my work on OSS tools and libraries (JS / Wasm / Rust) or Wasm DevRel at Google Chrome
📝 https://rreverser.com/
📷 https://instagram.com/rreverser