Skip to content

Commit 998680a

Browse files
committed
review-3
1 parent 2706305 commit 998680a

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

learn-pr/dot-net-maui/consume-rest-services-maui/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 the module"
8-
ms.date: 10/31/2023
8+
ms.date: 03/05/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/consume-rest-services-maui/2-detect-network-connectivity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: unit
66
title: "Detect network connectivity"
77
description: "Learn how to detect whether an active connection to the Internet is available"
8-
ms.date: 10/31/2023
8+
ms.date: 03/05/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/consume-rest-services-maui/3-consume-rest-web-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: unit
66
title: "Consume a REST service with HttpClient"
77
description: "Learn how to connect to a REST web service and perform CRUD operations using HttpClient"
8-
ms.date: 10/31/2023
8+
ms.date: 03/05/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/consume-rest-services-maui/4-use-platform-specific-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: unit
66
title: "Use platform-specific network features"
77
description: "Learn about the platform-specific network capabilities available to .NET Multi-platform App UI (MAUI) apps."
8-
ms.date: 10/31/2023
8+
ms.date: 03/05/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/consume-rest-services-maui/5-exercise-consume-rest-web-service.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 - Consume a REST service with HttpClient"
77
description: "Exercise - Consume a REST service with HttpClient"
8-
ms.date: 10/31/2023
8+
ms.date: 03/05/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/consume-rest-services-maui/6-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 of the module."
8-
ms.date: 10/31/2023
8+
ms.date: 03/05/2025
99
author: codemillmatt
1010
ms.author: masoucou
1111
ms.manager: markl

learn-pr/dot-net-maui/consume-rest-services-maui/includes/3-consume-rest-web-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You should always check and handle the status code in the response message. If t
117117

118118
A status code in the 300 range might indicate that the web service redirected the request to a different address, possibly as the result of a resource moving to a different location.
119119

120-
A status code in the 400 range indicates a client or application error. For example, status code 403 means that the web service requires the user to be authenticated, but the app hasn't done so. Status code 404 occurs when the app attempts to access a resource that doesn't exist.
120+
A status code in the 400 range indicates a client or application error. For example, status code 403 means that the web service requires the user to be authenticated, but the app didn't do the authentication. Status code 404 occurs when the app attempts to access a resource that doesn't exist.
121121

122122
Status codes in the 500 range are indicative of a server-side error, such as the service being unavailable or too busy to handle the request.
123123

learn-pr/dot-net-maui/consume-rest-services-maui/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
moduleType: standard
55
title: "Consume REST web services in .NET MAUI apps"
66
description: "Build a .NET Multi-platform App UI (MAUI) application that consumes a REST web service by using HttpClient and performs basic CRUD operations. In the app, you detect when your device is connected to the internet to provide a good user experience and take advantage of the native networking stacks to get top performance."
7-
ms.date: 10/31/2023
7+
ms.date: 03/05/2025
88
author: codemillmatt
99
ms.author: masoucou
1010
manager: coxford

0 commit comments

Comments
 (0)