Skip to content

Commit 1ced643

Browse files
authored
Merge pull request #50954 from wwlpublish/ce640f3fb9b5a3f2a0704a963e20ec6656e3974db9c45ec3edb1010468682561-live
Modules/M02-call-methods-from-net-class-library-using-c-sharp
2 parents 994b72c + 67127e4 commit 1ced643

15 files changed

+74
-32
lines changed

.openpublishing.redirection.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48653,6 +48653,26 @@
4865348653
"source_path": "learn-pr/wwl-language/csharp-arrays/5-solution.md",
4865448654
"redirect_url": "/training/modules/csharp-arrays/5-review-solution-nested-iteration-challenge",
4865548655
"redirect_document_id": false
48656+
},
48657+
{
48658+
"source_path": "learn-pr/wwl-language/csharp-call-methods/3-call-methods.md",
48659+
"redirect_url": "/training/modules/csharp-call-methods/3-exercise-call-methods-dotnet-class",
48660+
"redirect_document_id": false
48661+
},
48662+
{
48663+
"source_path": "learn-pr/wwl-language/csharp-call-methods/4-return-values-input-parameters.md",
48664+
"redirect_url": "/training/modules/csharp-call-methods/4-exercise-return-values-input-parameters",
48665+
"redirect_document_id": false
48666+
},
48667+
{
48668+
"source_path": "learn-pr/wwl-language/csharp-call-methods/5-challenge.md",
48669+
"redirect_url": "/training/modules/csharp-call-methods/5-exercise-challenge-call-method",
48670+
"redirect_document_id": false
48671+
},
48672+
{
48673+
"source_path": "learn-pr/wwl-language/csharp-call-methods/6-solution.md",
48674+
"redirect_url": "/training/modules/csharp-call-methods/6-review-solution-for-call-method-challenge",
48675+
"redirect_document_id": false
4865648676
}
4865748677
]
4865848678
}

learn-pr/wwl-language/csharp-call-methods/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: 10/25/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/csharp-call-methods/2-dotnet-class-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Get started with .NET Libraries
44
metadata:
55
title: Get started with .NET Libraries
66
description: "Get started with .NET Libraries"
7-
ms.date: 10/25/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/csharp-call-methods/3-call-methods.yml renamed to learn-pr/wwl-language/csharp-call-methods/3-exercise-call-methods-dotnet-class.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ title: Exercise - Call the methods of a .NET Class
44
metadata:
55
title: Exercise - Call the methods of a .NET Class
66
description: "Exercise - Call the methods of a .NET Class"
7-
ms.date: 10/25/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
1111
ms.custom:
1212
- N/A
1313
durationInMinutes: 12
1414
content: |
15-
[!include[](includes/3-call-methods.md)]
15+
[!include[](includes/3-exercise-call-methods-dotnet-class.md)]
1616
quiz:
1717
title: "Check your knowledge"
1818
questions:

learn-pr/wwl-language/csharp-call-methods/4-return-values-input-parameters.yml renamed to learn-pr/wwl-language/csharp-call-methods/4-exercise-return-values-input-parameters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ title: Exercise - Return values and parameters of methods
44
metadata:
55
title: Exercise - Return values and parameters of methods
66
description: "Exercise - Return values and parameters of methods"
7-
ms.date: 10/25/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
1111
ms.custom:
1212
- N/A
1313
durationInMinutes: 18
1414
content: |
15-
[!include[](includes/4-return-values-input-parameters.md)]
15+
[!include[](includes/4-exercise-return-values-input-parameters.md)]
1616
quiz:
1717
title: "Check your knowledge"
1818
questions:

learn-pr/wwl-language/csharp-call-methods/5-challenge.yml renamed to learn-pr/wwl-language/csharp-call-methods/5-exercise-challenge-call-method.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Exercise - Complete a challenge activity to discover and implement a meth
44
metadata:
55
title: Exercise - Complete a challenge activity to discover and implement a method call
66
description: "Exercise - Complete a challenge activity to discover and implement a method call"
7-
ms.date: 10/25/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
1111
ms.custom:
1212
- N/A
1313
durationInMinutes: 7
1414
content: |
15-
[!include[](includes/5-challenge.md)]
15+
[!include[](includes/5-exercise-challenge-call-method.md)]

learn-pr/wwl-language/csharp-call-methods/6-solution.yml renamed to learn-pr/wwl-language/csharp-call-methods/6-review-solution-for-call-method-challenge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Review the solution to discover and implement a method call challenge act
44
metadata:
55
title: Review the solution to discover and implement a method call challenge activity
66
description: "Review the solution to discover and implement a method call challenge activity"
7-
ms.date: 10/25/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit
1111
ms.custom:
1212
- N/A
1313
durationInMinutes: 3
1414
content: |
15-
[!include[](includes/6-solution.md)]
15+
[!include[](includes/6-review-solution-for-call-method-challenge.md)]

learn-pr/wwl-language/csharp-call-methods/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 10/25/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/csharp-call-methods/8-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: 10/25/2024
7+
ms.date: 06/16/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-language/csharp-call-methods/includes/2-dotnet-class-library.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
3+
14
There's more to building a C# application than stringing together lines of code. You'll need the .NET Runtime, which hosts and manages your code as it executes on the end user's computer. You'll also rely on the .NET Class Library, a prewritten collection of coding resources that you can use in your applications. This unit explains what the .NET Class Library is and how it complements the C# programming language.
25

36
## What is the .NET Class Library?

0 commit comments

Comments
 (0)