Skip to content

Commit b3b8580

Browse files
authored
changed files by pdets auto publish service, publishid[20926e9d-4fc3-4b79-b79c-87969787c8b9] and do [publish].
1 parent 6562f75 commit b3b8580

9 files changed

+9
-9
lines changed

learn-pr/wwl-azure/implement-enum-struct-record-types/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 the module."
7-
ms.date: 03/28/2025
7+
ms.date: 03/29/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/implement-enum-struct-record-types/2-use-enums-represent-named-constants-csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Use enums to represent named constants in C#
44
metadata:
55
title: Use enums to represent named constants in C#
66
description: "Learn how to use enums in C# to define named constants and improve code readability."
7-
ms.date: 03/28/2025
7+
ms.date: 03/29/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/implement-enum-struct-record-types/3-create-structs-encapsulate-data-csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create encapsulated data with structs in C#
44
metadata:
55
title: Create encapsulated data with structs in C#
66
description: "Learn how to use structs in C# to group related data into lightweight, efficient containers."
7-
ms.date: 03/28/2025
7+
ms.date: 03/29/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/implement-enum-struct-record-types/4-apply-records-immutable-data-models-csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Apply records for immutable data models in C#
44
metadata:
55
title: Apply records for immutable data models in C#
66
description: "Learn how to use records in C# to create immutable data models with value-based equality."
7-
ms.date: 03/28/2025
7+
ms.date: 03/29/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/implement-enum-struct-record-types/5-exercise-implement-enum-struct-record-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Implement enum, struct, and record types
44
metadata:
55
title: Exercise - Implement enum, struct, and record types
66
description: "Practice implementing enums, structs, and records in C# to reinforce your understanding of these concepts."
7-
ms.date: 03/28/2025
7+
ms.date: 03/29/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/implement-enum-struct-record-types/6-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: "Check what you've learned in this module."
7-
ms.date: 03/28/2025
7+
ms.date: 03/29/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/implement-enum-struct-record-types/7-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: "Summarize the key concepts covered in this module."
7-
ms.date: 03/28/2025
7+
ms.date: 03/29/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/implement-enum-struct-record-types/includes/7-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ After completing this module, you're now able to:
66
- Design and implement structs for encapsulating related data, ensuring immutability and efficient performance.
77
- Create and utilize records for modeling immutable data with value-based equality and hierarchical structures.
88

9-
More reading:
9+
## Resources
1010

1111
- [Enums (C# Programming Guide)](/dotnet/csharp/programming-guide/enumeration-types)
1212
- [Structs (C# Programming Guide)](/dotnet/csharp/programming-guide/classes-and-structs/structs)

learn-pr/wwl-azure/implement-enum-struct-record-types/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.implement-enum-struct-record-types
33
metadata:
44
title: Implement Enum, Struct, and Record Types
55
description: "Learn to create organized, maintainable code with enum, struct, and record types in C#."
6-
ms.date: 03/28/2025
6+
ms.date: 03/29/2025
77
author: wwlpublish
88
ms.author: eric
99
ms.topic: module

0 commit comments

Comments
 (0)