Skip to content

Commit c75177d

Browse files
authored
pull base content,head:wwlpublishsync,into:4333daa99459f1d6e5fef3951daa7f652695e0a6b2a70ab58d437cf33e2425d2-live
2 parents 3ca45d2 + af14ec1 commit c75177d

File tree

64 files changed

+96
-96
lines changed

Some content is hidden

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

64 files changed

+96
-96
lines changed

learn-pr/wwl-azure/discover-interfaces/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 C# interfaces."
7-
ms.date: 02/17/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/discover-interfaces/2-understand-interfaces.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Understand interfaces
44
metadata:
55
title: Understand interfaces
66
description: "Understand interfaces in C# code."
7-
ms.date: 02/17/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/discover-interfaces/3-create-interface-properties.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Implement interface properties
44
metadata:
55
title: Implement interface properties
66
description: "Implement interface properties in C# code."
7-
ms.date: 02/17/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/discover-interfaces/4-create-interface-methods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create interface methods
44
metadata:
55
title: Create interface methods
66
description: "Create interface methods in C# code."
7-
ms.date: 02/17/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/discover-interfaces/5-understand-value-interfaces.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Understand the value of interfaces
44
metadata:
55
title: Understand the value of interfaces
66
description: "Understand the value of interfaces in C# code."
7-
ms.date: 02/17/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/discover-interfaces/6-exercise-implement-interfaces-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: 'Exercise: Implement interfaces in project'
44
metadata:
55
title: 'Exercise: Implement interfaces in project'
66
description: "Exercise: Implement interfaces in project with C#."
7-
ms.date: 02/17/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/discover-interfaces/7-knowledge-check.yml

Lines changed: 6 additions & 6 deletions
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: 02/17/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
@@ -38,15 +38,15 @@ quiz:
3838
explanation: "Incorrect. Interface members should be implemented as nonstatic."
3939
- content: "In a scenario where you need to implement an interface in a class, what syntax is used?"
4040
choices:
41-
- content: "class ClassName : InterfaceName"
42-
isCorrect: true
43-
explanation: "Correct. The correct syntax to implement an interface in a class is 'class ClassName : InterfaceName'."
44-
- content: "class ClassName implements InterfaceName"
41+
- content: "`class ClassName implements InterfaceName`"
4542
isCorrect: false
4643
explanation: "Incorrect. The 'implements' keyword isn't used in C#; the correct keyword is ':'."
47-
- content: "class ClassName extends InterfaceName"
44+
- content: "`class ClassName extends InterfaceName`"
4845
isCorrect: false
4946
explanation: "Incorrect. The 'extends' keyword isn't used in C#; the correct keyword is ':'."
47+
- content: "`class ClassName : InterfaceName`"
48+
isCorrect: true
49+
explanation: "Correct. The correct syntax to implement an interface in a class is 'class ClassName : InterfaceName'."
5050
- content: "What is a key benefit of using interfaces in C# programming?"
5151
choices:
5252
- content: "They allow for better code organization and flexibility."

learn-pr/wwl-azure/discover-interfaces/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: 02/17/2025
7+
ms.date: 04/15/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/discover-interfaces/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:Module
22
uid: learn.wwl.discover-interfaces
33
metadata:
4-
title: Discover interfaces
4+
title: Discover Interfaces
55
description: "In this module, you learn how to design an interface with properties in C#, develop a class that implements the interface, and formulate property definitions within the interface."
6-
ms.date: 02/17/2025
6+
ms.date: 04/15/2025
77
author: wwlpublish
88
ms.author: eric
99
ms.topic: module-intro-to-product

learn-pr/wwl-azure/microsoft-defender-cloud-threat-protection/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
prefetch-feature-rollout: true
77
title: Introduction
88
description: "Introduction"
9-
ms.date: 04/03/2025
9+
ms.date: 04/15/2025
1010
author: wwlpublish
1111
ms.author: serlingdavis
1212
ms.topic: unit

0 commit comments

Comments
 (0)