Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freshness pass #2682

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading