Tag .Net

Why Unit of Work is an anti-pattern but not Repository

Is Repository and Unit of Work (UoW) an anti-pattern? In the .NET/C# world, it is often said that Repository/UoW is an anti-pattern and one should probably use Entity Framework Core directly. But if it is an anti-pattern, why are people… Continue Reading →

Stop returning null

Have you ever debugged a null error? It’s like a void space. The error often doesn’t tell you anything. Null handling sucks the life out of developers. Developers should stop returning null. Modern programming languages have exceptions – use them…. Continue Reading →

© 2024 tzlee.com/blog — Powered by WordPress

Theme by Anders NorenUp ↑