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 afccd5d commit cd49b69Copy full SHA for cd49b69
aspnetcore/tutorials/first-mvc-app/working-with-sql.md
@@ -87,7 +87,7 @@ if (context.Movie.Any())
87
88
Replace the contents of *Program.cs* with the following code:
89
90
-[!code-csharp[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie22/Program.cs)]
+[!code-csharp[](~/tutorials/first-mvc-app/start-mvc/sample/MvcMovie3/Program.cs)]
91
92
Test the app
93
@@ -231,4 +231,4 @@ The app shows the seeded data.
231
> [Previous](adding-model.md)
232
> [Next](controller-methods-views.md)
233
234
-::: moniker-end
+::: moniker-end
0 commit comments