Hacker News new | ask | show | jobs
by lostmsu 478 days ago
> Data races aren't usually an issue for backend services

I beg to differ unless all your logic is in the database with strong isolation guarantees.

Speaking of C# for backends that are using EF actively, I bet there are bugs in pretty much all of them caused by incorrect applications of optimistic concurrency.