📰 Dev.to · Dmitry Dorogoy
Articles from Dev.to · Dmitry Dorogoy · 3 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10244)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Dmitry Dorogoy
1mo ago
C#: Does a Static Constructor Always Run First?
There’s a common misconception — and it often shows up as an interview question: On the first...

Dev.to · Dmitry Dorogoy
1mo ago
Surprise: You Can "Intercept" the C# lock Statement
You can “hijack” lock in C#. Here is how it works, and why you should not do it. Many...

Dev.to · Dmitry Dorogoy
2mo ago
C# dynamic is a trap door: stop the leaks before they spread (Must read for Dapper users)
In C#, dynamic can be handy at boundaries. The problem is that it can silently leak into places where...
DeepCamp AI