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: ModelFirst/MVC/README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,13 @@
4
4
5
5
</div>
6
6
7
-
> [`ADO.Net Entity Data Model/Designer` supports in `.Net Framework` but not in `.Net Core`.](https://docs.microsoft.com/en-us/answers/questions/363546/adonet-entity-data-model.html)
7
+
> [`ADO.Net Entity Data Model/Designer` supports in `.Net Framework` but not in `.Net/EF Core`.](https://docs.microsoft.com/en-us/answers/questions/363546/adonet-entity-data-model.html)
8
+
9
+
To port an `EF6 Model``EDMX-Based Model` to `EF Core`, regenerate a new code-based model using `Scaffold-DbContext`.
10
+
11
+
#### [EF - Model First Approach Sample](https://www.entityframeworktutorial.net/model-first-with-entity-framework.aspx)
12
+
13
+
#### [Port EF6 EDMX to EFCore](https://docs.microsoft.com/ef/efcore-and-ef6/porting/port-edmx)
8
14
9
15
In this approach, (`EF Core`) we model our entities and database context as code-based similar to Code-First. Then either using Migrations or DB Initializer, we create the database.
Copy file name to clipboardExpand all lines: ModelFirst/README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,13 @@
4
4
5
5
</div>
6
6
7
-
> [`ADO.Net Entity Data Model/Designer` supports in `.Net Framework` but not in `.Net Core`.](https://docs.microsoft.com/en-us/answers/questions/363546/adonet-entity-data-model.html)
7
+
> [`ADO.Net Entity Data Model/Designer` supports in `.Net Framework` but not in `.Net/EF Core`.](https://docs.microsoft.com/en-us/answers/questions/363546/adonet-entity-data-model.html)
8
+
9
+
To port an `EF6 Model``EDMX-Based Model` to `EF Core`, regenerate a new code-based model using `Scaffold-DbContext`.
10
+
11
+
#### [EF - Model First Approach Sample](https://www.entityframeworktutorial.net/model-first-with-entity-framework.aspx)
12
+
13
+
#### [Port EF6 EDMX to EFCore](https://docs.microsoft.com/ef/efcore-and-ef6/porting/port-edmx)
8
14
9
15
In this approach, (`EF Core`) we model our entities and database context as code-based similar to Code-First. Then either using Migrations or DB Initializer, we create the database.
Copy file name to clipboardExpand all lines: ModelFirst/RazorPages/README.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,13 @@
4
4
5
5
</div>
6
6
7
-
> [`ADO.Net Entity Data Model/Designer` supports in `.Net Framework` but not in `.Net Core`.](https://docs.microsoft.com/en-us/answers/questions/363546/adonet-entity-data-model.html)
7
+
> [`ADO.Net Entity Data Model/Designer` supports in `.Net Framework` but not in `.Net/EF Core`.](https://docs.microsoft.com/en-us/answers/questions/363546/adonet-entity-data-model.html)
8
+
9
+
To port an `EF6 Model``EDMX-Based Model` to `EF Core`, regenerate a new code-based model using `Scaffold-DbContext`.
10
+
11
+
#### [EF - Model First Approach Sample](https://www.entityframeworktutorial.net/model-first-with-entity-framework.aspx)
12
+
13
+
#### [Port EF6 EDMX to EFCore](https://docs.microsoft.com/ef/efcore-and-ef6/porting/port-edmx)
8
14
9
15
In this approach, (`EF Core`) we model our entities and database context as code-based similar to Code-First. Then either using Migrations or DB Initializer, we create the database.
0 commit comments