Tootfinder

Opt-in global Mastodon full text search. Join the index!

@khalidabuhakmeh@mastodon.social
2026-04-01 12:20:32

Is there a tool in #dotnet that can determine if an object being accessed is a Singleton within a given code block? I'm guessing no, but maybe there's some static analysis tools that look for code patterns of "oh this is definitely a singleton 90% of the time”.

@khalidabuhakmeh@mastodon.social
2026-02-24 19:12:48

With the boom in AI side projects, I would have expected the number of packages created from 2025 to now to be a bit higher. Especially when you consider that #dotnet solutions have package sprawl (e.g., 1 solution has 20 packages).

2025: 432,559 unique packages
2026 (now): 498,920 unique packages
@0xced@hachyderm.io
2026-04-22 14:33:55

My first question/answer on Stack Overflow in years. Basically my way of blogging technical stuff without a blog.
Using LIKE operator in Entity Framework Core on BinaryData properties
#dotnet

@khalidabuhakmeh@mastodon.social
2026-04-21 13:48:42

Has your company recently asked you to implement #SAML 2.0? Worried about the prospect of implementing the 20-year-old protocol?
Come check out how to implement SAML 2.0 into Duende IdentityServer. #dotnet #saml

@michabbb@social.vivaldi.net
2026-04-09 18:32:25

⚡ Benchmarks: #NpgsqlRest is 6.1x faster than #PostgREST at 100 concurrent users — AOT-compiled native binaries, zero runtime dependencies & instant startup time
🔧 Install via npm, Docker, direct download or as a

@khalidabuhakmeh@mastodon.social
2026-02-09 14:16:28

There's a special place (not so nice) for #dotnet developers who are using ConfigureAwait(false) in their #aspnetcore middleware.
Correction: Read @… respo…

Middleware with ConfigureAwait(false)
@khalidabuhakmeh@mastodon.social
2026-02-03 13:28:57

Reminder, this #dotnet #livestream is happening today. Come by the chat now if you just want to say hello. 👋

@khalidabuhakmeh@mastodon.social
2026-02-02 19:45:45

If you or your team are considering upgrading to #dotnet 10 and/or the latest version of #Duende #IdentityServer, I have a

@khalidabuhakmeh@mastodon.social
2026-02-02 20:24:20

Duende has released DPoP Support for #aspnetcore via the JwtBearer Extensions NuGet package. This library helps protect your APIs against one of the highest threats to the OAuth ecosystem: the abuse of stolen access tokens.
#dotnet

@khalidabuhakmeh@mastodon.social
2026-04-09 19:23:52

RE: hachyderm.io/@jeremydmiller/11
A really neat blog post about structural concurrency approach using Wolverine but can apply to systems thinking in general