async programming

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.
  1. 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 =...
  2. News

    Windows 7 TWC9: Recap of VS 2010 SP1, IE9 RTW set for Mar 14, Hack your house & cockroaches

    This Week on Channel 9, Dan Fernandez is joined by Clint Rutkas to discuss the week's top developer news, including: [00:35] Somasegar: Link Removed including VS 2010 Service Pack 1, TFS-Project Server Integration Feature Pack, Load Test Feature Pack, and LightSwitch Beta 2 [01:01] Jason...
  3. News

    Windows 7 TWC9: Coding4Fun, DevLabs projects, XAMLQuery, VS Achievements

    This week on Channel 9, Dan and Brian discuss the week's top developer news, including: [00:32] Coding4Fun is now on Channel 9,including blog posts, articles, and projects, and friend of the show Greg Duncan will be a contributing blogger [01:45] Coding4Fun - Link Removed and the...
  4. News

    Windows 7 Visual Studio Async: Meet the team

    Meet some of the key folks behind the Link Removed, which contains a preview version of C# and VB.NET that contain two new modifiers, async and await (and iterators for VB.NET!), that will make it much easier to compose asynchronous code for .NET. Great work, C#, VB and Parallel Platform teams...
  5. News

    Windows 7 Anders Hejlsberg: Introducing Async – Simplifying asynchronous programming

    Microsoft Technical Fellow and C# creator Anders Hejlsberg explains the new C# and VB.NET asynchronous programming model, available as Link Removed now, which makes async programming much easier for .NET developers. Link Removed Link Removed
Back
Top