Skip to content

Commit a4cb963

Browse files
Merge pull request #50398 from wwlpublish/49403184d69190a62dfe15acfb1d32605c9083189eb6bb9b8d24f57b8babf816-live
Modules/M06-guided-project-work-variable-data-c-sharp
2 parents 384ea5d + 3fd85b8 commit a4cb963

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

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: 04/29/2025
7+
ms.date: 05/13/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: 04/29/2025
7+
ms.date: 05/13/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: 04/29/2025
7+
ms.date: 05/13/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: 04/29/2025
7+
ms.date: 05/13/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: 04/29/2025
7+
ms.date: 05/13/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Check what you learn in this module."
7-
ms.date: 04/29/2025
7+
ms.date: 05/13/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
@@ -25,7 +25,7 @@ quiz:
2525
- content: "To find a substring in a larger string."
2626
isCorrect: false
2727
explanation: "Incorrect. `TryParse()` doesn't find a substring in a larger string."
28-
- content: "For the code `decimal.TryParse(numberString, out myConvert))`, when the type of `numberString` is a String. Which best describes the value type for `myConvert` when the `TryParse()` is successful?"
28+
- content: "For the code `decimal.TryParse(numberString, out myConvert)`, when the type of `numberString` is a String. Which best describes the value type for `myConvert` when the `TryParse()` is successful?"
2929
choices:
3030
- content: "A string representing numeric digits."
3131
isCorrect: false

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: 04/29/2025
7+
ms.date: 05/13/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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.guided-project-work-variable-data-c-sharp
33
metadata:
44
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: 04/29/2025
6+
ms.date: 05/13/2025
77
author: wwlpublish
88
ms.author: eric
99
ms.topic: module-guided-project

0 commit comments

Comments
 (0)