async programming

  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 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...
  4. 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