Skip to content

Commit

Permalink
Freshness pass. (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbritch authored Dec 18, 2024
1 parent bc8fd63 commit 17fb904
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/deployment/performance.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Improve app performance"
description: "Learn how to increase the performance of .NET MAUI apps by reducing the amount of work being performed by a CPU, and the amount of memory consumed by an app."
ms.date: 08/01/2023
ms.date: 12/16/2024
no-loc: [ "Objective-C" ]
---

Expand Down
2 changes: 1 addition & 1 deletion docs/fundamentals/data-binding/commanding.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Commanding"
description: "Learn how to implement the Command property with .NET MAUI data bindings. The commanding interface provides an alternative approach to implementing commands that is suited to the MVVM architecture."
ms.date: 01/19/2022
ms.date: 12/16/2024
---

# Commanding
Expand Down
2 changes: 1 addition & 1 deletion docs/fundamentals/dependency-injection.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Dependency injection in .NET MAUI
description: Learn how to inject dependencies in a .NET MAUI app, to decouple concrete types from the code that depends on these types.
ms.date: 01/15/2024
ms.date: 12/16/2024
---

# Dependency injection
Expand Down
6 changes: 3 additions & 3 deletions docs/get-started/resources.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Learning resources for .NET MAUI"
description: "Learn about resources that show how to use .NET MAUI to build apps that run on mobile devices and the desktop."
ms.date: 08/15/2022
ms.date: 12/16/2024
---

# Resources for learning .NET MAUI
Expand All @@ -23,14 +23,14 @@ There are many different resources available for you to use to learn .NET Multi-
- [Enterprise application patterns using .NET MAUI](/dotnet/architecture/maui/)

This book provides real world solutions for addressing challenges faced when building an enterprise app using .NET MAUI. The book covers topics such as:

- Model-View-ViewModel (MVVM) pattern
- Dependency injection
- Navigation
- Configuration
- Loose-coupling of components
- Additional enterprise concerns

The content of this book is helpful for anyone looking to build a new app or looking to solve the problems of apps that evolve over time.

- [.NET MAUI samples](/samples/browse/?expanded=dotnet&products=dotnet-maui)
Expand Down
2 changes: 1 addition & 1 deletion docs/platform-integration/device-media/picker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Media picker for photos and videos"
description: "Learn how to use the IMediaPicker interface in the Microsoft.Maui.Media namespace, to prompt the user to select or take a photo or video"
ms.date: 04/18/2023
ms.date: 12/16/2024
no-loc: ["Microsoft.Maui", "Microsoft.Maui.Media", "MediaPicker"]
---

Expand Down
2 changes: 1 addition & 1 deletion docs/platform-integration/device/geolocation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Geolocation"
description: "Learn how to use the .NET MAUI IGeolocation interface in the Microsoft.Maui.Devices.Sensors namespace. This interface provides API to retrieve the device's current geolocation coordinates."
ms.date: 02/02/2023
ms.date: 12/16/2024
no-loc: ["Microsoft.Maui", "Microsoft.Maui.Devices", "Microsoft.Maui.Devices.Sensors"]
---

Expand Down
2 changes: 1 addition & 1 deletion docs/platform-integration/storage/file-picker.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "File picker"
description: "Learn how to use the .NET MAUI IFilePicker interface in the Microsoft.Maui.Storage namespace, which lets a user choose one or more files from the device."
ms.date: 05/18/2023
ms.date: 12/16/2024
no-loc: ["Microsoft.Maui", "Microsoft.Maui.Storage", "FilePicker"]
---

Expand Down
2 changes: 1 addition & 1 deletion docs/platform-integration/storage/secure-storage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Secure storage"
description: "Learn how to use the .NET MAUI ISecureStorage interface, which helps securely store simple key/value pairs. This article discusses how to use the ISecureStorage, platform implementation specifics, and its limitations."
ms.date: 10/24/2022
ms.date: 12/16/2024
no-loc: ["Microsoft.Maui", "Microsoft.Maui.Storage", "SecureStorage"]
#acrolinx score 95
---
Expand Down
2 changes: 1 addition & 1 deletion docs/xaml/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "XAML"
description: ".NET MAUI XAML enables you to define app user interfaces using markup rather than code."
ms.date: 01/24/2022
ms.date: 12/16/2024
---

# XAML
Expand Down

0 comments on commit 17fb904

Please sign in to comment.