GPT-5.3 Codex Reviewed My .NET Data Access Library and Missed the Architecture
Let me set the scene. You’ve shipped three .NET applications in the last two years. Each one has a DbContext, a generic repository, probably a Unit of Work wrapper. Maybe you even went full CQRS on the last one because you’d watched enough conference talks to feel guilty about not doing it. And every single time, you wrote the same scaffolding. Different entity names. Different connection string. Same bones. At some point you stop and think — why […]