Skip to content

Commit d235306

Browse files
authored
Merge pull request #49899 from wwlpublish/71b0dded98aae1e3f352da093dbe89fc1b0ab57f4592b4f390ac66de4b17f526-live
access-local-files-asynchronously
2 parents 95af3b6 + a5140c0 commit d235306

File tree

1 file changed

+36
-0
lines changed
  • learn-pr/paths/access-local-files-asynchronously

1 file changed

+36
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.access-local-files-asynchronously
3+
metadata:
4+
title: Access local files asynchronously
5+
description: Learn how to manage local files using the System.IO namespace and how to asynchronously back up and restore application data using the System.Text.Json namespace. 
6+
ms.date: 04/08/2025
7+
author: wwlpublish
8+
ms.author: cahowd
9+
ms.topic: learning-path
10+
title: Access local files asynchronously
11+
prerequisites: |
12+
- An installation of Visual Studio Code with the C# Dev Kit extension installed.
13+
- The ability to develop object-oriented programs in C# that implement classes, interfaces, class inheritance, and polymorphic behavior.
14+
- The ability to manage collections, structs, records, generics, dates and times, and anonymous types.
15+
summary: |
16+
Learn how to manage local files using the System.IO namespace and how to asynchronously back up and restore application data using the System.Text.Json namespace. 
17+
iconUrl: /training/achievements/generic-trophy.svg
18+
levels:
19+
- beginner
20+
roles:
21+
- developer
22+
- higher-ed-educator
23+
- k-12-educator
24+
- student
25+
products:
26+
- dotnet
27+
- vs-code
28+
subjects:
29+
- app-development
30+
- custom-app-development
31+
modules:
32+
- learn.wwl.get-started-file-input-output
33+
- learn.wwl.store-retrieve-json-files
34+
- learn.wwl.implement-asynchronous-tasks
35+
trophy:
36+
uid: learn.wwl.access-local-files-asynchronously.trophy

0 commit comments

Comments
 (0)