Skip to content

Commit 7e97b77

Browse files
authored
changed files by pdets auto publish service, publishid[9d33af0a-78cd-4972-a66a-8ffe2204d373] and do [publish].
1 parent fedab8a commit 7e97b77

10 files changed

+302
-12
lines changed
480 KB
Loading

learn-pr/achievements/guided-project-work-variable-data-c-sharp.svg

Lines changed: 289 additions & 0 deletions
Loading

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction to the module."
7-
ms.date: 01/08/2025
7+
ms.date: 04/08/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/2-prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Prepare for guided project
44
metadata:
55
title: Prepare for guided project
66
description: "Use Visual Studio Code to develop a version of a C# console application."
7-
ms.date: 01/08/2025
7+
ms.date: 04/08/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/3-exercise-review-starter-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Review starter code
44
metadata:
55
title: Exercise - Review starter code
66
description: "Review the starter code provided for the guided project."
7-
ms.date: 01/08/2025
7+
ms.date: 04/08/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/4-exercise-add-suggested-donation-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Add suggested donation data
44
metadata:
55
title: Exercise - Add suggested donation data
66
description: "Add suggested donation data to the guided project."
7-
ms.date: 01/08/2025
7+
ms.date: 04/08/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/5-exercise-add-search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Add dog search
44
metadata:
55
title: Exercise - Add dog search
66
description: "Add a dog search feature to the guided project."
7-
ms.date: 01/08/2025
7+
ms.date: 04/08/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/6-knowledge-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
### YamlMime:ModuleUnit
22
uid: learn.wwl.guided-project-work-variable-data-c-sharp.knowledge-check
3-
title: Module assessment
3+
title: Knowledge check
44
metadata:
5-
title: Module assessment
5+
title: Knowledge check
66
description: "Check what you learn in this module."
7-
ms.date: 01/08/2025
7+
ms.date: 04/08/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary of the module."
7-
ms.date: 01/08/2025
7+
ms.date: 04/08/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-language/guided-project-work-variable-data-c-sharp/index.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
### YamlMime:Module
22
uid: learn.wwl.guided-project-work-variable-data-c-sharp
33
metadata:
4-
title: Guided project - Work with variable data in C#
4+
title: Guided Project - Work with Variable Data in C#
55
description: "Complete a guided project to apply knowledge of variable data in C#."
6-
ms.date: 01/08/2025
6+
ms.date: 04/08/2025
77
author: wwlpublish
88
ms.author: eric
99
ms.topic: module-guided-project
10+
ms.collection: N/A
1011
ms.custom:
1112
- N/A
1213
ms.service: dotnet-csharp
@@ -35,7 +36,7 @@ prerequisites: |
3536
- Experience using if-elseif-else and switch-case statements in C# to match a variable or expression against several possible outcomes.
3637
3738
- Experience using foreach and for statements in C# to loop through a block of code and access elements of array variables.
38-
iconUrl: /training/achievements/generic-badge.svg
39+
iconUrl: /training/achievements/guided-project-work-variable-data-c-sharp.svg
3940
levels:
4041
- beginner
4142
roles:

0 commit comments

Comments
 (0)