Skip to content

Commit 2567ad3

Browse files
Update adding-model.md (dotnet#16660)
1 parent 28be1a3 commit 2567ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/tutorials/first-mvc-app/adding-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You use these classes with [Entity Framework Core](/ef/core) (EF Core) to work w
1717

1818
The model classes you create are known as POCO classes (from **P**lain **O**ld **C**LR **O**bjects) because they don't have any dependency on EF Core. They just define the properties of the data that will be stored in the database.
1919

20-
In this tutorial, you write the model classes first, and EF Core creates the database. An alternate approach not covered here is to generate model classes from an existing database. For information about that approach, see [ASP.NET Core - Existing Database](/ef/core/get-started/aspnetcore/existing-db).
20+
In this tutorial, you write the model classes first, and EF Core creates the database.
2121

2222
::: moniker range=">= aspnetcore-3.0"
2323

0 commit comments

Comments
 (0)