Skip to content

Commit 5c46a00

Browse files
authored
Merge pull request #34174 from wwlpublish/d4c4770ba475142d0bf6d08265e84974-live
Modules/M02-convert-data-types-using-casting-conversion-techniques-c-sharp
2 parents 1066577 + 0b92b97 commit 5c46a00

18 files changed

+32
-22
lines changed

learn-pr/wwl-language/csharp-convert-cast/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"
7-
ms.date: 02/24/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-convert-cast/2-exercise-data-type-conversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Explore data type casting and conversion
44
metadata:
55
title: Exercise - Explore data type casting and conversion
66
description: "Exercise - Explore data type casting and conversion"
7-
ms.date: 02/24/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-convert-cast/3-exercise-tryparse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Examine the TryParse() method
44
metadata:
55
title: Exercise - Examine the TryParse() method
66
description: "Exercise - Examine the TryParse() method"
7-
ms.date: 02/24/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-convert-cast/4-challenge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Complete a challenge to combine string array values as strings
44
metadata:
55
title: Exercise - Complete a challenge to combine string array values as strings and as integers
66
description: "Exercise - Complete a challenge to combine string array values as strings and as integers"
7-
ms.date: 02/24/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-convert-cast/5-solution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'Review a solution for combining string array values as strings and as in
44
metadata:
55
title: Review a solution for combining string array values as strings and as integers challenge
66
description: "Review a solution for combining string array values as strings and as integers challenge"
7-
ms.date: 02/24/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-convert-cast/6-challenge-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Complete a challenge to output math operations as specific num
44
metadata:
55
title: Exercise - Complete a challenge to output math operations as specific number types
66
description: "Exercise - Complete a challenge to output math operations as specific number types"
7-
ms.date: 02/24/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-convert-cast/7-solution-2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Review a solution for the output math operations as specific number types
44
metadata:
55
title: Review a solution for the output math operations as specific number types challenge
66
description: "Review a solution for the output math operations as specific number types challenge"
7-
ms.date: 02/24/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-convert-cast/8-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 02/24/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-convert-cast/9-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"
7-
ms.date: 02/24/2023
7+
ms.date: 04/26/2023
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: interactive-tutorial

learn-pr/wwl-language/csharp-convert-cast/includes/1-introduction.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ In this module, you'll:
2323
- Experience using data types like `string`, `int`, `decimal`, `float`, and so on
2424
- Experience using arrays and the `foreach` iteration statement
2525
- Experience using string interpolation to combine variable and literal values for output
26+
- Experience using Visual Studio Code to develop, build, and run C# code

0 commit comments

Comments
 (0)