Skip to content

Commit 3635d39

Browse files
Update existing-database.md (#3713)
Remove outdate video references. Fixes #3684.
1 parent 85f2c0d commit 3635d39

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

entity-framework/ef6/modeling/code-first/migrations/existing-database.md

-12
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,6 @@ This article covers using Code First Migrations with an existing database, one t
1414
> [!NOTE]
1515
> This article assumes you know how to use Code First Migrations in basic scenarios. If you don’t, then you’ll need to read [Code First Migrations](xref:ef6/modeling/code-first/migrations/index) before continuing.
1616
17-
## Screencasts
18-
19-
If you'd rather watch a screencast than read this article, the following two videos cover the same content as this article.
20-
21-
### Video One: "Migrations - Under the Hood"
22-
23-
[This screencast](https://channel9.msdn.com/blogs/ef/migrations-under-the-hood) covers how migrations tracks and uses information about the model to detect model changes.
24-
25-
### Video Two: "Migrations - Existing Databases"
26-
27-
Building on the concepts from the previous video, [this screencast](https://channel9.msdn.com/blogs/ef/migrations-existing-databases) covers how to enable and use migrations with an existing database.
28-
2917
## Step 1: Create a model
3018

3119
Your first step will be to create a Code First model that targets your existing database. The [Code First to an Existing Database](xref:ef6/modeling/code-first/workflows/existing-database) topic provides detailed guidance on how to do this.

0 commit comments

Comments
 (0)