Will This New EF Core Feature Be the End of Dapper?
A .NET 10 deep-dive with real benchmarks, honest tradeoffs, and the death of a false dichotomy. Continue reading on Medium » A .NET 10 deep-dive with real benchmarks, honest tradeoffs,…
IT, Techno, Auto, Bike, Money
A .NET 10 deep-dive with real benchmarks, honest tradeoffs, and the death of a false dichotomy. Continue reading on Medium » A .NET 10 deep-dive with real benchmarks, honest tradeoffs,…
Latest Release has major changes which help us to write LINQ queries. Continue reading on Stackademic » Latest Release has major changes which help us to write LINQ queries.Continue reading…
Written in 2011 for Heroku dynos. Fifteen years later, four factors matter more than ever — and five are quietly irrelevant. Continue reading on Medium » Written in 2011 for…
A lot of developers assume local AI is automatically safer than cloud AI. Continue reading on Medium » A lot of developers assume local AI is automatically safer than cloud…
Your dashboard worked fine for two years. The query returned a clean result set, the pagination controls rendered, the response time… Continue reading on Stackademic » Your dashboard worked fine…
A real-world EF Core scaling disaster — and the architectural lessons that followed. Continue reading on Real World .NET » A real-world EF Core scaling disaster — and the architectural…
C# provides four methods that enable users to transform an IEnumerable containing nullable integer values into non-nullable integer… Continue reading on Medium » <img src="https://cdn-images-1.medium.com/max/1025/1*IYHUCGzuBW2Nwr1lIf4Iqw.png" title="Converting IEnumerable to IEnumerable in…
Practical Claude Code token discipline for senior .NET developers tired of running out of context at the worst possible moment. Continue reading on Cubed » Practical Claude Code token discipline…
Practical Claude Code token discipline for senior .NET developers tired of running out of context at the worst possible moment. Continue reading on Cubed » Practical Claude Code token discipline…
A small habit that quietly fixes type safety, validation, and 3 AM production surprises. Continue reading on Medium » A small habit that quietly fixes type safety, validation, and 3…
A practical guide to solving real-world concurrency problems in .NET applications using async programming, locking, optimistic concurrency… Continue reading on Real World .NET » A practical guide to solving real-world…
I used to be a design pattern evangelist. Factory classes everywhere. Singletons for shared services. Visitors for traversing object trees… Continue reading on Medium » I used to be a…
“It worked perfectly… until it didn’t.” Continue reading on Medium » “It worked perfectly… until it didn’t.”Continue reading on Medium » Read More Dotnet on Medium #dotnet
Why Should You Consider Migrating from PdfPig to IronPDF? Continue reading on Medium » Why Should You Consider Migrating from PdfPig to IronPDF?Continue reading on Medium » Read More Dotnet…
How File-Based Apps in C# 14 & .NET 10 kill the boilerplate and bring scripting-speed prototyping to the world’s most powerful typed… Continue reading on Medium » How File-Based Apps…
Software projects usually start simple. Continue reading on Medium » Software projects usually start simple.Continue reading on Medium » Read More Dotnet on Medium #dotnet
Software projects usually start simple. Continue reading on Medium » Software projects usually start simple.Continue reading on Medium » Read More Dotnet on Medium #dotnet
First, let’s address the obvious question. Continue reading on Level Up Coding » First, let’s address the obvious question.Continue reading on Level Up Coding » Read More Dotnet on Medium…
First, let’s address the obvious question. Continue reading on Level Up Coding » First, let’s address the obvious question.Continue reading on Level Up Coding » Read More Dotnet on Medium…
We were allocating 143MB of strings on every merge cycle. The answer was a concept borrowed from CPU cache design: the dirty bit. Continue reading on Medium » We were…