Tag: Repository Pattern
All the articles with the tag "Repository Pattern".
-
仓储模式在 .NET 10 中还值得用吗
Published: at 11:32 PMDbContext 本身就是 Repository + Unit of Work 的实现,在它上面再包一层 IUserRepository 是用抽象包抽象。作者在 50+ 个 .NET API 项目中从未换过 ORM,但仓储层的维护成本一直都在。本文拆解 5 个常见理由,给出 3 个真正值得用的场景,并用实测数据对比薄处理器方案的性能差距。