Skip to content

Commit a19f35a

Browse files
authored
Clarify the goal of EF Core code-first (#34347)
1 parent 08a87db commit a19f35a

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/blazor/tutorials/movie-database-app

1 file changed

+1
-1
lines changed

aspnetcore/blazor/tutorials/movie-database-app/part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ EF Core adopts the *code-first* approach for database design and maintenance:
319319
* Entity classes are created and updated first in the app.
320320
* The database is created and updated from the app's entity classes.
321321

322-
This is the reverse procedure of *database-first* approaches, where the database is designed, built, and updated first. Adopting EF Core's code-first approach speeds up the process of app development because most of the difficult and time-consuming database creation and management procedures are handled transparently by the EF Core tooling, so you can focus on app development.
322+
This is the reverse procedure of *database-first* approaches, where the database is designed, built, and updated first. Adopting EF Core's code-first approach aims to speed up the process of app development because most of the difficult and time-consuming database creation and management procedures are handled transparently by the EF Core tooling, so you can focus on app development.
323323

324324
:::zone pivot="vs"
325325

0 commit comments

Comments
 (0)