Skip to content

Commit 4a3f756

Browse files
Merge pull request #48687 from v-thpra/azure-triage-fix-1016226
Technical Review 1016226: Design consistent .NET MAUI XAML pages by using shared resources
2 parents f5bf611 + a025fc4 commit 4a3f756

21 files changed

+51
-51
lines changed

learn-pr/dot-net-maui/use-shared-resources/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: introduction
66
title: "Introduction"
77
description: "Introduction to designing consistent user interfaces with shared resources."
8-
ms.date: 11/08/2023
8+
ms.date: 01/13/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/use-shared-resources/11-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: summary
66
title: "Summary"
77
description: "Summary"
8-
ms.date: 11/08/2023
8+
ms.date: 01/13/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/use-shared-resources/2-define-and-use-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: "Define and use resources"
77
description: "Create static resources and apply them in .NET MAUI XAML pages"
8-
ms.date: 11/08/2023
8+
ms.date: 01/13/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/use-shared-resources/3-exercise-use-page-level-resources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: "Exercise: Use page-level resources"
44
metadata:
55
unitType: exercise
66
title: "Exercise: Use page-level resources"
7-
description: "Create page-level resources and use them to replace repeated XAML mark-up"
8-
ms.date: 11/08/2023
7+
description: "Create page-level resources and use them to replace repeated values in your Extensible Application Markup Language (XAML) code."
8+
ms.date: 01/13/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/use-shared-resources/4-use-and-update-dynamic-resources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: "Use and update dynamic resources"
77
description: "Create and use dynamic resources, and update them at runtime"
8-
ms.date: 11/08/2023
8+
ms.date: 01/13/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl
@@ -20,7 +20,7 @@ quiz:
2020
choices:
2121
- content: "It's easier to use."
2222
isCorrect: false
23-
explanation: "Incorrect. The usage of a `StaticResource` and a `DynamicResource` are similar, only keywords are different in a practical sense."
23+
explanation: "Incorrect. The usage of a `StaticResource` and a `DynamicResource` are similar. In a practical sense, only the keywords are different."
2424
- content: "It listens for changes in the backing Dictionary and updates the user interface on a change."
2525
isCorrect: true
2626
explanation: "Correct. `DynamicResource` is an extension for looking up values in a dictionary, but it propagates any changes in those values to the user interface."

learn-pr/dot-net-maui/use-shared-resources/5-exercise-use-dynamic-resources-to-update-element.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: exercise
66
title: "Exercise: Use dynamic resources to update elements"
77
description: "Create and use dynamic resources"
8-
ms.date: 11/08/2023
8+
ms.date: 01/13/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/use-shared-resources/6-create-consistent-ui-by-using-styles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: "Create a consistent UI by using styles"
77
description: "Learn how to define and use styles"
8-
ms.date: 11/08/2023
8+
ms.date: 01/13/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/use-shared-resources/7-exercise-create-and-apply-a-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: exercise
66
title: "Exercise: Create and apply a style"
77
description: "Create and use styles, and apply them"
8-
ms.date: 11/08/2023
8+
ms.date: 01/13/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/use-shared-resources/8-create-and-use-application-wide-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: "Create and use application-wide resources"
77
description: "Learn how to use resource dictionaries to create application-wide resources"
8-
ms.date: 11/08/2023
8+
ms.date: 01/13/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/use-shared-resources/9-exercise-use-application-wide-resources.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: exercise
66
title: "Exercise: Use application-wide resources"
77
description: "Create and use application-wide resource dictionaries"
8-
ms.date: 11/08/2023
8+
ms.date: 01/13/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

0 commit comments

Comments
 (0)