You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/tutorials/first-mvc-app/adding-model/includes/adding-model8.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ These model classes are used with [Entity Framework Core](/ef/core) (EF Core) to
6
6
7
7
The model classes created are known as ***POCO*** classes, from **P**lain **O**ld **C**LR **O**bjects. POCO classes don't have any dependency on EF Core. They only define the properties of the data to be stored in the database.
8
8
9
-
In this tutorial, model classes are created first, and EF Core creates the database.
9
+
In this tutorial, model classes are created first, and EF Core creates the database.
10
10
11
11
## Add a data model class
12
12
@@ -66,7 +66,7 @@ In **Solution Explorer**, right-click the *Controllers* folder and select **Add
66
66
In the **Add New Scaffolded Item** dialog:
67
67
68
68
* In the left pane, select **Installed** > **Common** > **MVC**.
69
-
* Select **MVC Controller with views, using Entity Framework**.
69
+
* Select **MVC Controller with views, using Entity Framework**.
0 commit comments