Skip to content

Commit 8b56eb1

Browse files
author
gitName
committed
User Story 442637: Q&M: Retire and redirect Core AI training modules (5 of 6)
1 parent c48e109 commit 8b56eb1

File tree

62 files changed

+85
-1904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+85
-1904
lines changed

.openpublishing.redirection.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49541,6 +49541,81 @@
4954149541
"source_path": "learn-pr/language/react-get-started/index.yml",
4954249542
"redirect_url": "https://learn.microsoft.com/training/browse/",
4954349543
"redirect_document_id": false
49544+
},
49545+
{
49546+
"source_path": "learn-pr/aspnetcore/persist-data-ef-core/1-introduction.yml",
49547+
"redirect_url": "https://learn.microsoft.com/training/modules/build-web-api-minimal-database/",
49548+
"redirect_document_id": false
49549+
},
49550+
{
49551+
"source_path": "learn-pr/aspnetcore/persist-data-ef-core/2-understanding-ef-core.yml",
49552+
"redirect_url": "https://learn.microsoft.com/training/modules/build-web-api-minimal-database/",
49553+
"redirect_document_id": false
49554+
},
49555+
{
49556+
"source_path": "learn-pr/aspnetcore/persist-data-ef-core/3-migrations.yml",
49557+
"redirect_url": "https://learn.microsoft.com/training/modules/build-web-api-minimal-database/",
49558+
"redirect_document_id": false
49559+
},
49560+
{
49561+
"source_path": "learn-pr/aspnetcore/persist-data-ef-core/4-interacting-data.yml",
49562+
"redirect_url": "https://learn.microsoft.com/training/modules/build-web-api-minimal-database/",
49563+
"redirect_document_id": false
49564+
},
49565+
{
49566+
"source_path": "learn-pr/aspnetcore/persist-data-ef-core/5-test-db-operations.yml",
49567+
"redirect_url": "https://learn.microsoft.com/training/modules/build-web-api-minimal-database/",
49568+
"redirect_document_id": false
49569+
},
49570+
{
49571+
"source_path": "learn-pr/aspnetcore/persist-data-ef-core/6-reverse-engineering.yml",
49572+
"redirect_url": "https://learn.microsoft.com/training/modules/build-web-api-minimal-database/",
49573+
"redirect_document_id": false
49574+
},
49575+
{
49576+
"source_path": "learn-pr/aspnetcore/persist-data-ef-core/7-summary.yml",
49577+
"redirect_url": "https://learn.microsoft.com/training/modules/build-web-api-minimal-database/",
49578+
"redirect_document_id": false
49579+
},
49580+
{
49581+
"source_path": "learn-pr/aspnetcore/persist-data-ef-core/index.yml",
49582+
"redirect_url": "https://learn.microsoft.com/training/modules/build-web-api-minimal-database/",
49583+
"redirect_document_id": false
49584+
},
49585+
{
49586+
"source_path": "learn-pr/language/dotnet-debug-visual-studio-azure-web-apps/1-introduction.yml",
49587+
"redirect_url": "https://learn.microsoft.com/training/paths/aspnet-core-fundamentals/",
49588+
"redirect_document_id": false
49589+
},
49590+
{
49591+
"source_path": "learn-pr/language/dotnet-debug-visual-studio-azure-web-apps/2-remote-debugging-concepts.yml",
49592+
"redirect_url": "https://learn.microsoft.com/training/paths/aspnet-core-fundamentals/",
49593+
"redirect_document_id": false
49594+
},
49595+
{
49596+
"source_path": "learn-pr/language/dotnet-debug-visual-studio-azure-web-apps/3-deploy-the-app-to-azure.yml",
49597+
"redirect_url": "https://learn.microsoft.com/training/paths/aspnet-core-fundamentals/",
49598+
"redirect_document_id": false
49599+
},
49600+
{
49601+
"source_path": "learn-pr/language/dotnet-debug-visual-studio-azure-web-apps/4-attach-to-process.yml",
49602+
"redirect_url": "https://learn.microsoft.com/training/paths/aspnet-core-fundamentals/",
49603+
"redirect_document_id": false
49604+
},
49605+
{
49606+
"source_path": "learn-pr/language/dotnet-debug-visual-studio-azure-web-apps/5-knowledge-check.yml",
49607+
"redirect_url": "https://learn.microsoft.com/training/paths/aspnet-core-fundamentals/",
49608+
"redirect_document_id": false
49609+
},
49610+
{
49611+
"source_path": "learn-pr/language/dotnet-debug-visual-studio-azure-web-apps/6-summary.yml",
49612+
"redirect_url": "https://learn.microsoft.com/training/paths/aspnet-core-fundamentals/",
49613+
"redirect_document_id": false
49614+
},
49615+
{
49616+
"source_path": "learn-pr/language/dotnet-debug-visual-studio-azure-web-apps/index.yml",
49617+
"redirect_url": "https://learn.microsoft.com/training/paths/aspnet-core-fundamentals/",
49618+
"redirect_document_id": false
4954449619
}
4954549620
]
4954649621
}

learn-pr/achievements.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5880,3 +5880,13 @@ achievements:
58805880
title: Classify endangered bird species with Custom Vision
58815881
summary: As an ornithologist, you study the behavior, physiology, and conservation of birds and bird habitat. Your work often involves surveying, recording, and reporting on bird activity. You want to build a machine learning model that will identify a bird in an image by species, to help with gathering data. In this module, you use Azure AI Custom Vision to create a model to identify species of birds!
58825882
iconUrl: /training/achievements/advocates/cv-classify-bird-species.svg
5883+
- uid: learn.dotnet-debug-visual-studio-app-service.badge
5884+
type: badge
5885+
title: Remotely debug ASP.NET Core apps hosted on Azure App Service using Visual Studio
5886+
summary: Learn how to remotely debug your ASP.NET Core apps on Azure App Service directly using Visual Studio 2022.
5887+
iconUrl: /training/achievements/generic-badge.svg
5888+
- uid: learn.persist-data-ef-core.badge
5889+
type: badge
5890+
title: Persist and retrieve relational data by using Entity Framework Core
5891+
summary: Query and manage relational data in an Entity Framework Core (EF Core) app by using an object-relational mapper (ORM).
5892+
iconUrl: /training/achievements/aspnetcore/persist-data-ef-core.svg

learn-pr/aspnetcore/build-web-api-aspnet-core/includes/9-summary.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Because this pattern allows you to focus on a single controller action at a time
99

1010
In this module, you used an in-memory cache. This approach helped you to focus on learning web API concepts, but it has some obvious limitations for real-world applications. If the application stops, all your changes are lost!
1111

12-
In a real-world application, you would store your data in a backing store, like a database. You can learn how to persist and retrieve relational data by using Entity Framework Core in [this tutorial](/training/modules/persist-data-ef-core/).
13-
1412
## Videos for learning more
1513

1614
- [.NET for Beginners](/shows/dotnet-for-beginners/)

learn-pr/aspnetcore/persist-data-ef-core/1-introduction.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

learn-pr/aspnetcore/persist-data-ef-core/2-understanding-ef-core.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

learn-pr/aspnetcore/persist-data-ef-core/3-migrations.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

learn-pr/aspnetcore/persist-data-ef-core/4-interacting-data.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

learn-pr/aspnetcore/persist-data-ef-core/5-test-db-operations.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/aspnetcore/persist-data-ef-core/6-reverse-engineering.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/aspnetcore/persist-data-ef-core/7-summary.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)