Skip to content

Commit 80df299

Browse files
Merge pull request #49849 from wwlpublish/72e4a7ae727b8d605084f0ca780abb7d01b91fde2816067e61793aec2b5011df-live
Modules/M04-get-started-generic-anonymous-types
2 parents 4708abc + dcb7edd commit 80df299

9 files changed

+9
-9
lines changed

learn-pr/wwl-azure/get-started-generic-anonymous-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: 04/01/2025
7+
ms.date: 04/03/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-generic-anonymous-types/2-examine-generics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Examine generics
44
metadata:
55
title: Examine generics
66
description: "Learn how generics acts as code templates that allow you to define type-safe data structures without committing to an actual data type."
7-
ms.date: 04/01/2025
7+
ms.date: 04/03/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-generic-anonymous-types/3-explore-advanced-generics-concepts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Explore advanced generics concepts
44
metadata:
55
title: Explore advanced generics concepts
66
description: "Understand advanced concepts of generics, including covariance, contravariance, and generic constraints, to write more flexible, and reusable code."
7-
ms.date: 04/01/2025
7+
ms.date: 04/03/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-generic-anonymous-types/4-practical-applications-anonymous-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Practical applications of anonymous types
44
metadata:
55
title: Practical applications of anonymous types
66
description: "Learn how to use anonymous types in C# for temporary data structures, LINQ queries, and efficient grouping of related data."
7-
ms.date: 04/01/2025
7+
ms.date: 04/03/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-generic-anonymous-types/5-exercise-implement-generic-anonymous-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Implement generic and anonymous types
44
metadata:
55
title: Exercise - Implement generic and anonymous types
66
description: "Practice creating generics, advanced generics, and anonymous types in C# to write flexible, reusable, and efficient code."
7-
ms.date: 04/01/2025
7+
ms.date: 04/03/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-generic-anonymous-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: 04/01/2025
7+
ms.date: 04/03/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-generic-anonymous-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: 04/01/2025
7+
ms.date: 04/03/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit

learn-pr/wwl-azure/get-started-generic-anonymous-types/includes/5-exercise-implement-generic-anonymous-types.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=2313307&azure-portal=true)
14+
[![Button to launch exercise.](../media/button-start-exercise.png)](https://go.microsoft.com/fwlink/?linkid=2313813&azure-portal=true)

learn-pr/wwl-azure/get-started-generic-anonymous-types/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.get-started-generic-anonymous-types
33
metadata:
44
title: Get Started with Generic and Anonymous Types
55
description: "Get started with generic and anonymous types in C#."
6-
ms.date: 04/01/2025
6+
ms.date: 04/03/2025
77
author: wwlpublish
88
ms.author: eric
99
ms.topic: module

0 commit comments

Comments
 (0)