Skip to content

Commit 7cab484

Browse files
CopilotIEvangelist
andcommitted
Update freshness dates for 13 additional articles
Co-authored-by: IEvangelist <[email protected]>
1 parent 7249213 commit 7cab484

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

docs/core/extensions/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Caching in .NET
33
description: Discover effective ways to implement in-memory and distributed caching in .NET. Boost app performance and scalability with .NET caching.
44
author: IEvangelist
55
ms.author: dapine
6-
ms.date: 04/11/2024
6+
ms.date: 10/20/2025
77
---
88

99
# Caching in .NET

docs/core/extensions/create-resource-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Create resource files
33
description: Make resource files for .NET apps. Build text files with string resources, XML or binary files programmatically, or XML files with string, image, or object data.
4-
ms.date: 03/13/2023
4+
ms.date: 10/20/2025
55
dev_langs:
66
- "csharp"
77
- "vb"

docs/core/extensions/high-performance-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: High-performance logging
33
author: IEvangelist
44
description: Learn how to use LoggerMessage to create cacheable delegates that require fewer object allocations for high-performance logging scenarios.
55
ms.author: dapine
6-
ms.date: 04/11/2024
6+
ms.date: 10/20/2025
77
---
88

99
# High-performance logging in .NET

docs/core/extensions/logger-message-generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Compile-time logging source generation
33
description: Learn how to use the LoggerMessageAttribute and compile-time source generation for logging in .NET.
4-
ms.date: 06/21/2024
4+
ms.date: 10/20/2025
55
---
66

77
# Compile-time logging source generation

docs/core/extensions/logging-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Logging providers
33
description: Learn how the logging provider API is used in .NET applications.
44
author: IEvangelist
55
ms.author: dapine
6-
ms.date: 06/23/2023
6+
ms.date: 10/20/2025
77
---
88

99
# Logging providers in .NET

docs/core/extensions/queue-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a Queue Service
33
description: Learn how to create a queue service subclass of BackgroundService in .NET.
44
author: IEvangelist
55
ms.author: dapine
6-
ms.date: 12/13/2023
6+
ms.date: 10/20/2025
77
ms.topic: tutorial
88
---
99

docs/core/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Testing in .NET
33
description: This article gives a brief overview of testing concepts, terminology, and tools for testing in .NET.
44
author: IEvangelist
55
ms.author: dapine
6-
ms.date: 12/15/2023
6+
ms.date: 10/20/2025
77
ms.custom: devdivchpfy22
88
---
99

docs/core/testing/unit-testing-csharp-with-nunit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Unit testing C# with NUnit and .NET Core
33
description: Learn unit test concepts in C# and .NET Core through an interactive experience building a sample solution step-by-step using dotnet test and NUnit.
44
author: rprouse
5-
ms.date: 03/27/2024
5+
ms.date: 10/20/2025
66
ms.custom: devdivchpfy22
77
---
88
# Unit testing C# with NUnit and .NET Core

docs/fundamentals/networking/sockets/socket-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use Sockets to send and receive data over TCP
33
description: Learn how the Socket class exposes socket network communication functionality in .NET.
44
author: IEvangelist
55
ms.author: dapine
6-
ms.date: 11/30/2022
6+
ms.date: 10/20/2025
77
helpviewer_keywords:
88
- "application protocols, sockets"
99
- "sending data, sockets"

docs/fundamentals/networking/sockets/tcp-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use TcpClient and TcpListener
33
description: Learn how to use the TcpClient class to create a socket to request and receive data using TCP in .NET.
44
author: IEvangelist
55
ms.author: dapine
6-
ms.date: 04/17/2024
6+
ms.date: 10/20/2025
77
helpviewer_keywords:
88
- "protocols, TCP"
99
- "network resources, TCP"

0 commit comments

Comments
 (0)