2026-04-21 13:48:42
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
Anyone at an org building cool stuff with #dotnet and genuinely excited about it? I'd love to hear about it. I need something inspiring today.
⚡ 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
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”.
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).
RE: https://hachyderm.io/@jeremydmiller/116376329442402250
A really neat blog post about structural concurrency approach using Wolverine but can apply to systems thinking in general