Skip to content

“EF 包含不编写存储库代码时实现 TDD 的功能” to “EF包含了用于实现TDD而无需编写存储库代码的功能。” #532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/data/ef-mvc/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ ORDER BY [s0].[ID]
* EF 上下文可以充当你利用 EF 更新数据库时的工作单元类。

<!--* EF includes features for implementing TDD without writing repository code.-->
* EF 包含不编写存储库代码时实现 TDD 的功能
* EF包含了用于实现TDD而无需编写存储库代码的功能

<!--For information about how to implement the repository and unit of work patterns, see [Entity Framework 5 系列教程](https://docs.microsoft.com/aspnet/mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4/implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application).-->
有关如何实现存储库与工作单元模式的资料,请参见 [Entity Framework 5 系列教程](https://docs.microsoft.com/aspnet/mvc/overview/older-versions/getting-started-with-ef-5-using-mvc-4/implementing-the-repository-and-unit-of-work-patterns-in-an-asp-net-mvc-application)。
Expand Down