Skip to content

Commit

Permalink
Update index.md (dotnet#4776)
Browse files Browse the repository at this point in the history
Clarify use of "hand-code" so it doesn't read as if a model is being handed to code
  • Loading branch information
stamminator committed Aug 7, 2024
1 parent e4a55df commit 9b0493a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ With EF Core, data access is performed using a model. A model is made up of enti
EF supports the following model development approaches:

* Generate a model from an existing database.
* Hand code a model to match the database.
* Hand-code a model to match the database.
* Once a model is created, use [EF Migrations](xref:core/managing-schemas/migrations/index) to create a database from the model. Migrations allow evolving the database as the model changes.

[!code-csharp[Main](../../samples/core/Intro/Model.cs)]
Expand Down

0 comments on commit 9b0493a

Please sign in to comment.