2025-10-01 19:35:49
A post from the archive 📫:
Easily navigate code delegates
#dotnet
A post from the archive 📫:
Easily navigate code delegates
#dotnet
If you're building distributed #dotnet and #aspnetcore applications, you should know about this #dotnet 10 feature that adds new host names to the default certificate.
It should make creating…
C# Programmers:
Your IDE(s) of choice.
#programming #dotnet #csharp #ide
The `FakeTimeProvider` in #dotnet is excellent for testing time-based scenarios. You can advance time in increments, like a true Time Lord, to test tricky timing behaviors.
Get it in the "Microsoft.Extensions.TimeProvider.Testing” NuGet package.
Welp... found another "security" issue in #dotnet 10. This is going great.
Reading the Aspire docs and the team really went out of their way to scrub “.NET" from the docs in a pretty shocking way.
Is #dotnet OK?
Watching a Blazor video, and there's a part of my brain incredulously screaming, “How did we get here?!”
#dotnet has built an impenetrable fortress of fapping about surrounded by a moat of WTF?!
Anyone know what the format of this "dotnet.config" file is?
It's mentioned in the #dotnet release notes, but it's the first time I see mention of it and my googling seems to be failing me.
Took a few minutes between meetings to upgrade my #htmx #aspnetcore sample demo of “12 days of HTMX-mas". If you're a #dotnet developer or someone interested in web development, it's a breez…
Realizing we've gotten to a 7-levels of #dotnet config hell. Between project.json, csproj, nuget.config, dotnet.config, applicationSettings.json, global.json, central package management, and more, there could be an array of configuration issues breaking your app.
I’m interested in seeing if more folks end up using the new #dotnet 10 domain name feature for local development. So often, I see mistakes that essentially creep in because the domain and app topology don’t match those of staging and production environments.
I wish there was better domain name tools for #dotnet
Anyone know how to submit to the #dotnet bug bounty program?
Let's see if I can score some cash from the #dotnet bug bounty. 😅
Digital Father, for who art thou in Cyber-Heaven, give me the strength to reprogram my #dotnet muscle memory for this upcoming change.
Screw it, Digital Devil can probably help too. 😈
Using the `extension` keyword in #csharp 14 is kind of awkward. It would be nicer to be able to use it as a top-level declaration without the wrapping static class.
Before you say, "where would they exist in that case?”, each namespace would have a catch-all static class that would hold these extension methods if there is no wrapping class.