pull/13495/head
Rick Anderson 2019-07-18 11:39:49 -06:00
parent 2cdaa458c2
commit 63138c2045
2 changed files with 2 additions and 0 deletions

View File

@ -219,6 +219,8 @@ The *database context* is the main class that coordinates Entity Framework funct
* Select the **Project** check box in the right pane and then select **Install**.
* Use the preceding instructions to add the `Microsoft.EntityFrameworkCore.InMemory` NuGet package.
![NuGet Package Manager](first-web-api/_static/vs3NuGet.png)
## Add the TodoContext database context
* Right-click the *Models* folder and select **Add** > **Class**. Name the class *TodoContext* and click **Add**.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 112 KiB