If Argentina would have played like the last 10 minutes, it would have been an interesting game. Now, Argentina was for 110 minutes a pure disgrace for the sport. Very much well deserved win for Spain
Eduard Keilholz
@hexmaster.nl
Cloud Solution Architect, Microsoft MVP, .NET, 4DotNet, Techorama Crew, Future Tech Crew, International Conference Speaker, Book Author https://www.manning.com/books/azure-infrastructure-as-code
Just out of curiosity When building .NET projects (APIs), and you want to deploy them as a container. To you prefer 'dotnet publish' or a dockerfile to build and push a container image to a registry?
Should we name the last day of the month Opus day? As for us mortals, this is the day to burn all remaining tokens for that month
Had tons of fun at the MVP Summit... I learned how to code AI driven now. I was close, but still learned a lot! Thanks @aspire.dev team 😉
Fun thing is that everyone has been sharing this on LinkedIn, while staying silent on Bluesky. Probably because 90% of my followers here received the same mail 🤩
Sowwwwww, that was a valuable first day at the office. Up and running, let's goooo! Happy new year everybody!
I have never done anything with WASM, so I tried creating a DJ Controller. Drag your own MP3s to either one of the two decks to analyse the tracks BPM and key, and make professional transfers (sort off), everything client side. All analysis are Rust, frontend Angular github.com/nikneem/wasm...
GitHub - nikneem/wasm-dj-controller: This is an open source DJ Controller of which the audio controls are written using web assembly, with a controlling frontend written with Javascript.
This is an open source DJ Controller of which the audio controls are written using web assembly, with a controlling frontend written with Javascript. - nikneem/wasm-dj-controller
github.com
ADRs don't fail because they are bad, they fail because no one reads them. The solution? Make AI read them. In my latest post I describe an MCP Server to feed your architectural decisions into Copilot and I think it's pretty nifty: hexmaster.nl/posts/mcp-se... #AI #MCP #Copilot #Documentation
Taming the AI Beast: How MCP Servers Transform Your Development Standards into Actionable Intelligence
This post tackles a critical challenge in AI-assisted development: how do you ensure tools like GitHub Copilot follow your team's architectural standards instead of generating generic code that violat...
hexmaster.nl
Microsoft Aspire 13 is officially here, and it's a game-changer for cloud-native development! The jump to Aspire 13 is a massive leap forward, especially for polyglot teams. Full post: lnkd.in/e_9JdNA7 #MicrosoftAspire #Aspire13 #CloudNative #Polyglot #DotNet #Python #JavaScript
Aspire 13 just dropped with .NET 10 and it’s 🔥 No more ".NET Aspire", just Aspire. New versioning, and a ton of new features for building cloud-native apps. - Why the rename? - Why version 13? - What’s new? Read it all here: hexmaster.nl/posts/aspire... @aspire.dev #Aspire #dotnet #devtools
Aspire 13 Launches: A New Era for Polyglot Cloud-Native Development
Aspire 13 has officially landed alongside .NET 10, marking a bold new chapter for cloud-native .NET development. With this release, Microsoft drops the .NET prefix and rebrands the framework simply as...
hexmaster.nl
Updated my demo project to .NET 10 and Aspire 13 just 15 minutes before my talk... Yolo! Guess what, all worked flawlessly ❤️
Watching the F1 stream on @viaplaysportnl.bsky.social today. 1Gb up&down glass fibre connection and it appears as a slideshow. Same for the quali yesterday. The commercials stream flawless by the way. Yes, commercials on a paid stream. Back to F1 Pro, Viaplay is horrible
Who is going to attend .NET Assemble in Den Bosch, The Netherlands tomorrow? Join me and get the hang of @aspire.dev, and @daprdev.bsky.social and improve your local developer experience big time!
Aspire 9.5 has landed 🚀 and it's packed with updates across the dashboard, CLI, and more! Read the blog for some highlights or check out the What's New for the deep dive. Plus, join us at 4p PST for a live stream unboxing at youtube.com/@aspiredotdev! devblogs.microsoft.com/dotnet/annou...
Announcing Aspire 9.5 - .NET Blog
Aspire 9.5 adds the preview 'aspire update' command, single-file AppHost, richer CLI and dashboard UX, and new integrations for AI, DevTunnels, and more.
devblogs.microsoft.com
The amazing @willemmeints.bsky.social at @dotnetfriday.nl. With his session on Context Engineering, he shows how to vibe code in a professional way. Agent Mode, MCP, Copilot instructions, prompt building it's all there 🤜🏻🤛🏻
Level up local-first, cloud-ready dev with #Aspire + #Dapr. I built a small chat app to show how Aspire’s #AppHost orchestrates #services and #emulators in one command, while Dapr sidecars add pub/sub and state so you can swap Redis/Azurite for cloud services without code changes. bit.ly/aspirechat
This link will take you to a page that’s not on LinkedIn
lnkd.in
Legends...
Join @davidortinau.com @jfversluis.dev and catch the latest .NET MAUI Community Standup 👨💻 .NET 10 RC1 + go-live support 🖥️ VS2026 speed + polish 🧪 Maui Reactor, XAML source gen 🛠️ Aspire + dev tunnel setup Watch here www.youtube.com/live/Y8W56JP... #dotnetmaui #communitystandup
What cool blogs, videos or other publications have you found, apart from content delivered by the team, covering @aspire.dev or an #Aspire feature?
on tomorrow's #AspiriFriday, @maddymontaquila.net is in the hotseat- @damianedwards.com and @davidfowl.com are going to (finally) make her use the new aspire publish and deploy commands, and maybe even the preview @azure.microsoft.com App Service integration! 12p EST! www.youtube.com/watch?v=IEXi...
AspiriFridays - Maddy vs Deployment
YouTube video by Aspire
youtube.com
Add test data seeding to your Aspire project with custom commands (or use the OnResourceReady() hook if you like). hexmaster.nl/posts/aspire...
Executing custom commands for data seeding with .NET Aspire
Seeding test data is a crucial step in building reliable and maintainable applications, especially when working with complex environments. In this blog post, we'll explore how to create a custom comma...
hexmaster.nl
Happy summer @damianedwards.com, I just updated to 9.4.1, saves you from a lot of stress I heard...
Party People make some noise!! Aspire 9.4 is in da house! Yet another great effort by the Aspire team, these folks are on 🔥 devblogs.microsoft.com/dotnet/annou...
Aspire 9.4 is here with a CLI and interactive dashboard features - .NET Blog
Aspire 9.4 is packed with new features, integrations, and improvements
devblogs.microsoft.com
Help I'm useless now... My GH Copilot seems to have lost its ability to edit files (in agent mode). Anyone know how to fix that?
Happy to share I finished my demo app for an upcoming conference talk. It's .NET #Aspire with #dapr running a distributed (event-driven maybe) chat server, and obviously a front-end that allows you to actually chat. Runs locally, planning cloud deployment sometime soon: github.com/nikneem/aspi...
GitHub - nikneem/aspire-dapr-chat-service-demo: This is an ASP.NET Web API written in C# that allows its visitors to chat
This is an ASP.NET Web API written in C# that allows its visitors to chat - nikneem/aspire-dapr-chat-service-demo
github.com
Doesn't is make sense to -When you use .NET Aspire and Azure Table Storage- to also create the tables, storage containers etc. in the Aspire host? @davidfowl.com @damianedwards.com I think this is infra work, can solve it with createIfNotExists(), but requires my app to have too much privileges.