Skip to content

Commit

Permalink
Merge pull request #132 from HassanGulzar/patch-1
Browse files Browse the repository at this point in the history
Update existing-db.rst
  • Loading branch information
rowanmiller committed Feb 9, 2016
2 parents 3f01199 + 5332e58 commit 49caebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/platforms/aspnetcore/existing-db.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Remove inline context configuration

In ASP.NET 5, configuration is generally performed in **Startup.cs**. To conform to this pattern, we will move configuration of the database provider to **Startup.cs**.

* Open **Models\BlogginContext.cs**
* Open **Models\\BloggingContext.cs**
* Delete the lines of code highligted below

.. literalinclude:: sample/src/EFGetStarted.AspNet5.ExistingDb/Models/BloggingContextUnmodified.txt
Expand Down

0 comments on commit 49caebb

Please sign in to comment.