About this tag
Async programming in the context of Windows development involves using the async and await keywords in C# and VB.NET to simplify asynchronous code. Discussions on WindowsForum.com cover topics such as saving files in Universal Windows Platform apps using async methods, where developers encounter issues like UnauthorizedAccessException when trying to write to files. The tag also includes references to Visual Studio Async CTP, which introduced async and await modifiers, and developer news about tools like Coding4Fun and XAMLQuery. These threads focus on practical troubleshooting and learning resources for .NET developers working with asynchronous patterns in Windows applications.
-
K
Windows 10 Can't save to text file with visual c# universal app
Link Removed 0 I can't save any changes to the text file settings.txt , but reading the file works. The code is private async void LedShow_Loaded(object sender, RoutedEventArgs e) { var path = @"settings.txt"; var folder =...- Kenne76
- Thread
- access denied async programming development issues file access file io settings file universal apps visual c# windows storage
- Replies: 2
- Forum: Programming and Scripting