Skip to content

Commit 6eefe35

Browse files
authored
Merge pull request #49067 from wwlpublish/68cabf13ab8f4d78dcef4b409b797459efb637b199e5ef3e70c458a8b4091430-live
Modules/M01-write-your-first-c-sharp-method
2 parents de67250 + a64f3c2 commit 6eefe35

12 files changed

+12
-11
lines changed

learn-pr/wwl-language/write-first-c-sharp-method/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: 06/24/2024
7+
ms.date: 02/07/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/write-first-c-sharp-method/2-understand-syntax-of-methods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Understand the syntax of methods
44
metadata:
55
title: Understand the syntax of methods
66
description: "Understand the syntax of methods"
7-
ms.date: 06/24/2024
7+
ms.date: 02/07/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/write-first-c-sharp-method/3-exercise-create-your-first-method.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Create your first method
44
metadata:
55
title: Exercise - Create your first method
66
description: "Exercise - Create your first method"
7-
ms.date: 06/24/2024
7+
ms.date: 02/07/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/write-first-c-sharp-method/4-exercise-create-reusable-methods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Create reusable methods
44
metadata:
55
title: Exercise - Create reusable methods
66
description: "Exercise - Create reusable methods"
7-
ms.date: 06/24/2024
7+
ms.date: 02/07/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/write-first-c-sharp-method/5-exercise-build-code-with-methods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Build code with methods
44
metadata:
55
title: Exercise - Build code with methods
66
description: "Exercise - Build code with methods"
7-
ms.date: 06/24/2024
7+
ms.date: 02/07/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/write-first-c-sharp-method/6-exercise-challenge-restructure-code-to-use-methods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Complete the challenge to create a reusable method
44
metadata:
55
title: Exercise - Complete the challenge to create a reusable method
66
description: "Exercise - Complete the challenge to create a reusable method"
7-
ms.date: 06/24/2024
7+
ms.date: 02/07/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/write-first-c-sharp-method/7-review-solution-restructure-code-to-use-methods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Review the solution to create a reusable method
44
metadata:
55
title: Review the solution to create a reusable method
66
description: "Review the solution to create a reusable method"
7-
ms.date: 06/24/2024
7+
ms.date: 02/07/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/write-first-c-sharp-method/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: 06/24/2024
7+
ms.date: 02/07/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/write-first-c-sharp-method/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: 06/24/2024
7+
ms.date: 02/07/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-language/write-first-c-sharp-method/includes/4-exercise-create-reusable-methods.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
As you develop applications, you might find yourself writing code to do the same thing over and over again. Instead of writing duplicate code, using a method to perform the same task shortens your code and helps you develop applications faster. In this exercise, you'll identify repeated code and replace it with a reusable method. Let's get started!
23

34
### Identify duplicated code

0 commit comments

Comments
 (0)