We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62be13e commit 99fb29fCopy full SHA for 99fb29f
aspnetcore/tutorials/first-mvc-app/adding-model.md
@@ -4,7 +4,7 @@ author: wadepickett
4
description: Part 4 of tutorial series on ASP.NET Core MVC.
5
monikerRange: '>= aspnetcore-3.1'
6
ms.author: wpickett
7
-ms.date: 07/24/2024
+ms.date: 2/20/2025
8
uid: tutorials/first-mvc-app/adding-model
9
---
10
@@ -61,6 +61,8 @@ Build the project as a check for compiler errors.
61
62
# [Visual Studio Code](#tab/visual-studio-code)
63
64
+Open a command window in the project directory. The project directory is the directory that contains the `Program.cs` and `.csproj` files.
65
+
66
[!INCLUDE[](~/includes/add-EF-NuGet-SQLite-CLI-9.md)]
67
68
In Visual Studio Code, press <kbd>Ctrl</kbd>+<kbd>F5</kbd> to run the app without debugging.
0 commit comments