Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/first-mvc-app/adding-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Part 2, add a controller to an ASP.NET Core MVC app
author: wadepickett
description: Part 2 of tutorial series on ASP.NET Core MVC.
ms.author: wpickett
ms.date: 07/24/2024
ms.date: 03/02/2025
monikerRange: '>= aspnetcore-3.1'
uid: tutorials/first-mvc-app/adding-controller
---
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/first-mvc-app/adding-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: wadepickett
description: Part 4 of tutorial series on ASP.NET Core MVC.
monikerRange: '>= aspnetcore-3.1'
ms.author: wpickett
ms.date: 2/20/2025
ms.date: 03/02/2025
uid: tutorials/first-mvc-app/adding-model
---

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/first-mvc-app/adding-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Part 3, add a view to an ASP.NET Core MVC app
author: wadepickett
description: Part 3 of tutorial series on ASP.NET Core MVC.
ms.author: wpickett
ms.date: 07/24/2024
ms.date: 03/02/2025
monikerRange: '>= aspnetcore-3.1'
uid: tutorials/first-mvc-app/adding-view
---
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: wadepickett
description: Part 6, add a model to an ASP.NET Core MVC app
monikerRange: '>= aspnetcore-3.1'
ms.author: wpickett
ms.date: 07/24/2024
ms.date: 03/02/2025
uid: tutorials/first-mvc-app/controller-methods-views
---

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/first-mvc-app/details.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: wadepickett
description: Part 10 of tutorial series on ASP.NET Core MVC.
monikerRange: '>= aspnetcore-3.1'
ms.author: wpickett
ms.date: 08/04/2024
ms.date: 03/02/2025
uid: tutorials/first-mvc-app/details
---

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/first-mvc-app/new-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: wadepickett
description: Part 8 of tutorial series on ASP.NET Core MVC.
monikerRange: '>= aspnetcore-3.1'
ms.author: wpickett
ms.date: 07/24/2024
ms.date: 03/02/2025
uid: tutorials/first-mvc-app/new-field
---
# Part 8, add a new field to an ASP.NET Core MVC app
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/first-mvc-app/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: wadepickett
description: Part 7 of tutorial series on ASP.NET Core MVC.
monikerRange: '>= aspnetcore-3.1'
ms.author: wpickett
ms.date: 01/26/2025
ms.date: 03/02/2025
uid: tutorials/first-mvc-app/search
---

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified aspnetcore/tutorials/first-mvc-app/search/_static/9/ghost90.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions aspnetcore/tutorials/first-mvc-app/start-mvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: wadepickett
description: Learn how to get started with ASP.NET Core MVC.
monikerRange: '>= aspnetcore-3.1'
ms.author: wpickett
ms.date: 07/24/2024
ms.date: 03/02/2025
uid: tutorials/first-mvc-app/start-mvc
---
# Get started with ASP.NET Core MVC
Expand Down Expand Up @@ -57,7 +57,7 @@ See https://github.com/dotnet/AspNetCore.Docs/issues/21193
* The **Location** for the project can be set to anywhere.
* Select **Next**.
* In the **Additional information** dialog:
* Select **.NET 9.0**.
* Select **.NET 9.0 (Standard Term Support)**.
* Verify that **Do not use top-level statements** is unchecked.
* Select **Create**.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<footer class="border-top footer text-muted">
<div class="container">
&copy; 2024 - Movie App - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
&copy; 2025 - Movie App - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
</div>
</footer>
<script src="~/lib/jquery/dist/jquery.js"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<footer class="border-top footer text-muted">
<div class="container">
&copy; 2024 - Movie App - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
&copy; 2025 - Movie App - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
</div>
</footer>
<script src="~/lib/jquery/dist/jquery.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/first-mvc-app/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author: wadepickett
description: Part 9 of tutorial series on ASP.NET Core MVC.
monikerRange: '>= aspnetcore-3.1'
ms.author: wpickett
ms.date: 07/24/2024
ms.date: 03/02/2025
uid: tutorials/first-mvc-app/validation
---

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions aspnetcore/tutorials/first-mvc-app/working-with-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Part 5, work with a database in an ASP.NET Core MVC app
author: wadepickett
description: Part 5 of tutorial series on ASP.NET Core MVC.
ms.author: wpickett
ms.date: 07/24/2024
ms.date: 03/02/2025
monikerRange: '>= aspnetcore-3.1'
uid: tutorials/first-mvc-app/working-with-sql
---
Expand Down Expand Up @@ -119,7 +119,7 @@ Test the app. Stop it and restart it so the `SeedData.Initialize` method runs an

The app shows the seeded data.

![MVC Movie app open in Microsoft Edge showing movie data](~/tutorials/first-mvc-app/working-with-sql/_static/m80.png)
![MVC Movie app open in Microsoft Edge showing movie data](~/tutorials/first-mvc-app/working-with-sql/_static/9/m90.png)

> [!div class="step-by-step"]
> [Previous: Adding a model](~/tutorials/first-mvc-app/adding-model.md)
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.