From 2635495d8d7bd2f41f4a1759b3a95ce05d3b8871 Mon Sep 17 00:00:00 2001 From: David Britch Date: Wed, 18 Dec 2024 17:00:45 +0000 Subject: [PATCH] Freshness pass. --- docs/deployment/performance.md | 2 +- docs/fundamentals/data-binding/commanding.md | 2 +- docs/fundamentals/dependency-injection.md | 2 +- docs/get-started/resources.md | 6 +++--- docs/platform-integration/device-media/picker.md | 2 +- docs/platform-integration/device/geolocation.md | 2 +- docs/platform-integration/storage/file-picker.md | 2 +- docs/platform-integration/storage/secure-storage.md | 2 +- docs/xaml/index.md | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/deployment/performance.md b/docs/deployment/performance.md index e5de98841..e2609e207 100644 --- a/docs/deployment/performance.md +++ b/docs/deployment/performance.md @@ -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" ] --- diff --git a/docs/fundamentals/data-binding/commanding.md b/docs/fundamentals/data-binding/commanding.md index 57485ff01..86102b517 100644 --- a/docs/fundamentals/data-binding/commanding.md +++ b/docs/fundamentals/data-binding/commanding.md @@ -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 diff --git a/docs/fundamentals/dependency-injection.md b/docs/fundamentals/dependency-injection.md index 35a3e4bd3..c4a006e81 100644 --- a/docs/fundamentals/dependency-injection.md +++ b/docs/fundamentals/dependency-injection.md @@ -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 diff --git a/docs/get-started/resources.md b/docs/get-started/resources.md index cff54fffc..7a487efdf 100644 --- a/docs/get-started/resources.md +++ b/docs/get-started/resources.md @@ -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 @@ -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) diff --git a/docs/platform-integration/device-media/picker.md b/docs/platform-integration/device-media/picker.md index 0d7e6ee41..c0a04eade 100644 --- a/docs/platform-integration/device-media/picker.md +++ b/docs/platform-integration/device-media/picker.md @@ -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"] --- diff --git a/docs/platform-integration/device/geolocation.md b/docs/platform-integration/device/geolocation.md index 59edcfc91..b710c37f8 100644 --- a/docs/platform-integration/device/geolocation.md +++ b/docs/platform-integration/device/geolocation.md @@ -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"] --- diff --git a/docs/platform-integration/storage/file-picker.md b/docs/platform-integration/storage/file-picker.md index 6e21dd1d9..f8d12beb5 100644 --- a/docs/platform-integration/storage/file-picker.md +++ b/docs/platform-integration/storage/file-picker.md @@ -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"] --- diff --git a/docs/platform-integration/storage/secure-storage.md b/docs/platform-integration/storage/secure-storage.md index 0e589b08e..0e42912aa 100644 --- a/docs/platform-integration/storage/secure-storage.md +++ b/docs/platform-integration/storage/secure-storage.md @@ -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 --- diff --git a/docs/xaml/index.md b/docs/xaml/index.md index 66db02cee..bc4837d7c 100644 --- a/docs/xaml/index.md +++ b/docs/xaml/index.md @@ -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