2026-06-12 17:27:37
It might not look like much, but #JetBrains Rider just released (EAP6) a debugger update that displays asynchronous Tasks in a way that makes them feel like synchronous code. Thank goodness!
#dotnet #async
It might not look like much, but #JetBrains Rider just released (EAP6) a debugger update that displays asynchronous Tasks in a way that makes them feel like synchronous code. Thank goodness!
#dotnet #async
I left my pet #Csharp #dotnet #ActivityPub project running overnight to see how it would handle HEAD requests overnight from UpTimeRobot (it did great).
I check the logs this morning and discover OMG what are all these I…
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.
Without looking at the documentation, how do you expect this #dotnet code to behave?
1. Array.Empty<string>().Max()
2. Array.Empty<int>().Max()
Yes, there's a trap!