Message Concurrency, Parallelism, and Ordering with Wolverine https://jeremydmiller.com/2025/05/21/message-concurrency-parallelism-and-ordering-with-wolverine/

Message Concurrency, Parallelism, and Ordering with Wolverine https://jeremydmiller.com/2025/05/21/message-concurrency-parallelism-and-ordering-with-wolverine/
While this is hilarious, I'm not exactly sure how I can trust .NET going forward...
Watching Microsoft employees publicly struggle to convince Copilot PR bot to stop writing bullshit on the .NET repo is the funniest (and scariest) thing I've seen this week.
I've had really low expectations about AI coding, but the results are way worse than I expected :D
https://github.com/dotnet/runtime/pull/115762
https://github.com/dotnet/runtime/pull/115743
What are C# source generators and why should you care? In this week’s Breakpoint Show, we chat with @andrewlock about this powerful compiler feature that can transform your .NET codebase. Metaprogramming, but make it clean!
#DotNet #CSharp #SourceGenerators
https://www.breakpoint.show/podcast/episode-041-source-generators-with-andrew-lock/
New episode of vvvvTv is out: S02E12:
AR using OpenCV with ArUco Markers
https://www.youtube.com/live/j7DWMET-qM8?si=m8KXsBOjchjhmWPR
#vvvv #creativecoding #visualprogramming
#dotnet #vvvvTv #opencv #computervision #ar #aruco
It's unfortunate that Postsharp's metalama conflicts with the LLM from Meta called Meta Llama. :(
They may need a rebrand to get out from under that Monster Meta shadow. #dotnet
New episode of vvvvTv is out: S02E11: Introduction to OpenCV
https://www.youtube.com/live/fjw2m8w6RNU?si=6NuQgwQ4675Bzvvf
#vvvv #creativecoding #visualprogramming
#dotnet #vvvvTv #opencv #computervision
I do not like what I'm seeing with #dotnet Aspire. GitHub Copilot is shoehorned in, and telemetry capturing what your app is doing through the dashboard is turned on by default.
Not "Fun times..."
A thing I like in #dotNET is how monorepos are just part of the official workflow, with "solutions" holding (ideally related) "projects."
Wondering how many other languages / platforms have that as part of their blessed workflow, as opposed to relying on external project managers.
Continuing my #experiment with #AI and #ChatGPT, I used its #DeepResearch feature to analyze the #code base of my #TwistReader app.
I wanted to find out why the #UI is blocked under certain circumstances when refreshing feed groups, despite using async.
It would be nice if #dotnet let you use typeof on all types regardless of their visibility (private, internal, public). If you're going to give me reflection let me do what I want. :)
Wolverine 4 is Bringing Multi-Tenancy to EF Core https://jeremydmiller.com/2025/05/15/wolverine-4-is-bringing-multi-tenancy-to-ef-core/
My colleague, Erwin, was on #dotnet rocks talking about the #BFF pattern. Check it out. A thing to think about if you're building #javascript applications and want the best current practices security model for your organization or solution.
Quick, can you tell the difference between https://www.nuget.org/packages/Microsoft.Extensions.Http.Polly and https://www.nuget.org/packages/Microsoft.Extensions.Http.Resilience?
Both add resilience to HttpClient with Polly, but why are there two almost identical packages?
I wish #dotnet would allow for a solution-level launchSettings that could do multi-profile launches.
```
"profiles" : {
"solution" : {
"launchProfiles" : [
{ "./frontend", "run" },
{ "./backend", "run" },
]
}
}
```
The Value of a JasperFx Support Contract https://jeremydmiller.com/2025/05/14/the-value-of-a-jasperfx-support-contract/
C# support for the web is the last missing piece that prevented me from fully investing in the @godotengine ecosystem. For accessibility and security reasons, it's essential to release web versions during game jams.
Very glad to see that it may arrive in 4.5!
https://godotengine.org/article/live-from-godotcon-boston-web-dotnet-prototype/
If you do any #javascript development and are wondering how to build #secure #frontend applications based on best current practices, you should check out this upcoming #free #livestream.
Agent mode and MCP server support is here in the latest update of Visual Studio and it is absolutely delightful! I give you a full breakdown of everything you need to know:
https://www.youtube.com/watch?v=oPFecZHBCkg&feature=youtu.be