Skip to content

Commit b3440cc

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents eb22aee + 88fe19f commit b3440cc

File tree

76 files changed

+220
-201
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+220
-201
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43184,6 +43184,11 @@
4318443184
"source_path": "learn-pr/wwl-azure/configure-virtual-machine-availability/13-summary-resources.md",
4318543185
"redirect_url": "/training/modules/configure-virtual-machine-availability/12-summary-resources",
4318643186
"redirect_document_id": false
43187+
},
43188+
{
43189+
"source_path": "learn-pr/wwl-data-ai/fundamentals-machine-learning/10-exercise-auto-ml.md",
43190+
"redirect_url": "/training/modules/fundamentals-machine-learning/10-exercise-auto-machine-learning",
43191+
"redirect_document_id": false
4318743192
}
4318843193
]
4318943194
}

learn-pr/wwl-azure/apply-interfaces-code/1-introduction.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction to interface application in C# code."
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 2
1214
content: |
1315
[!include[](includes/1-introduction.md)]

learn-pr/wwl-azure/apply-interfaces-code/2-explore-default-interface-implementation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Explore default interface implementation
44
metadata:
55
title: Explore default interface implementation
66
description: "Explore default interface implementation in C# code."
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 4
1214
content: |
1315
[!include[](includes/2-explore-default-interface-implementation.md)]

learn-pr/wwl-azure/apply-interfaces-code/3-define-method-interface-parameter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Define a method with an interface as a parameter
44
metadata:
55
title: Define a method with an interface as a parameter
66
description: "Define a method with an interface as parameter in C# code."
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 4
1214
content: |
1315
[!include[](includes/3-define-method-interface-parameter.md)]

learn-pr/wwl-azure/apply-interfaces-code/4-learn-system-defined-interfaces.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Learn to use system defined interfaces
44
metadata:
55
title: Learn to use system defined interfaces
66
description: "Learn to use system defined interfaces in C# code."
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 6
1214
content: |
1315
[!include[](includes/4-learn-system-defined-interfaces.md)]

learn-pr/wwl-azure/apply-interfaces-code/5-exercise-create-flexible-code-with-interfaces.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: 'Exercise: Create flexible code with interfaces'
44
metadata:
55
title: 'Exercise: Create flexible code with interfaces'
66
description: "Exercise: Create flexible code with interfaces in C# code."
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 20
1214
content: |
1315
[!include[](includes/5-exercise-create-flexible-code-with-interfaces.md)]

learn-pr/wwl-azure/apply-interfaces-code/6-knowledge-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 2
1214
quiz:
1315
title: "Check your knowledge"

learn-pr/wwl-azure/apply-interfaces-code/7-summary.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 2
1214
content: |
1315
[!include[](includes/7-summary.md)]

learn-pr/wwl-azure/apply-interfaces-code/includes/5-exercise-create-flexible-code-with-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ When you're finished with the exercise, return here for:
1111
- Summary of your learning.
1212
- Badge for completing this module.
1313

14-
[![Button to launch exercise.](../media/button-start-exercise.png)](https://go.microsoft.com/fwlink/?linkid=2303782&azure-portal=true)
14+
[![Button to launch exercise.](../media/button-start-exercise.png)](https://go.microsoft.com/fwlink/?linkid=2303783&azure-portal=true)

learn-pr/wwl-azure/apply-interfaces-code/index.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ uid: learn.wwl.apply-interfaces-code
33
metadata:
44
title: Apply interfaces in code
55
description: "Discover how default implementations in interfaces enable you to add new methods directly into an interface and provide a default implementation."
6-
ms.date: 02/13/2025
6+
ms.date: 02/14/2025
77
author: wwlpublish
88
ms.author: eric
99
ms.topic: module-intro-to-product
10+
ms.collection: N/A
11+
ms.custom:
12+
- N/A
1013
ms.service: dotnet-csharp
1114
ms.devlang: csharp
1215
ai-usage: ai-assisted
@@ -15,25 +18,25 @@ summary: Discover how default implementations in interfaces enable you to add ne
1518
abstract: |
1619
By the end of this training, you'll be able to:
1720
18-
- Define and implement basic interfaces in C#.
21+
- Define and implement basic interfaces in C#.
1922
20-
- Implement default methods in interfaces.
23+
- Implement default methods in interfaces.
2124
22-
- Use interfaces as method parameters to promote loose coupling.
25+
- Use interfaces as method parameters to promote loose coupling.
2326
24-
- Implement and use common system-defined interfaces like IEnumerable, IDisposable, and IComparable.
27+
- Implement and use common system-defined interfaces like IEnumerable, IDisposable, and IComparable.
2528
26-
- Override default implementations in specific classes.
29+
- Override default implementations in specific classes.
2730
prerequisites: |
28-
- Visual Studio Code installed with the C# Dev Kit.
31+
- Visual Studio Code installed with the C# Dev Kit.
2932
30-
- Basic knowledge of the Visual Studio Code IDE.
33+
- Basic knowledge of the Visual Studio Code IDE.
3134
32-
- Basic understanding of the C# programming language.
35+
- Basic understanding of the C# programming language.
3336
34-
- Able to create and implement basic interfaces.
37+
- Able to create and implement basic interfaces.
3538
36-
- Familiar with classes, abstract classes, and inheritance.
39+
- Familiar with classes, abstract classes, and inheritance.
3740
iconUrl: /training/achievements/generic-badge.svg
3841
levels:
3942
- beginner

0 commit comments

Comments
 (0)