asynchronous

  1. News

    Windows 7 AppFabric.tv - Threading with Jeff Richter

    Years ago I did one of my first podcasts with Jeff Richter, and later I took his advanced threading class, which was fantastic. Jeff really helped me to understand threads, thread pools, and why async is so important when building server side code. In this episode, Jeff joins me to bring you up...
  2. News

    Windows 7 AppFabric.tv - Troubleshooting WCF Performance (Part 2)

    Last time on AppFabric.tv Dustin Metzgar showed us the first part of the story of how he solved a performance mystery with WCF. In this episode we finish the story as we look even deeper into threads, threadpools and async operations in WCF. Ron Jacobs http://blogs.msdn.com/rjacobs Twitter...
  3. News

    Windows 7 Anders Hejlsberg: Questions and Answers

    Anders wanted to hear from you to get a sense of what's on your mind with respect to C#. We asked you for questions and, as usual, you delivered -> this is your interview, Niners. Link Removed Thanks for the great questions. Special thanks to Anders for taking an hour out of his insanely busy...
  4. News

    Windows 7 Lucian Wischik: Async - Compiler Bug Fixes, Updates and Core Improvements

    Lucian Wischik is an engineer who spends a great deal of his time making Async magic happen in the C# and VB compilers that do the heavy lifting and enable new asynchronous language features. Now, with the recent release of Visual Studio Async CTP SP1 Refresh, come several low-level improvements...
  5. News

    Windows 7 Mads Torgersen: Visual Studio Async CTP (SP1 Refresh) Overview

    C# Program Manager Mads Torgersen explains the latest release of Async which includes support for WP7, performance and reliability improvements, a new EULA (as-is) and more. Details and Download Page: Link Removed Forum for Feedback and Questions...
  6. News

    Windows 7 Alex Turner: Visual Studio Async CTP (SP1 Refresh) - WP7 Demo

    Program Manager Alex Turner demos Async running in the WP7 emulator and provides some insights into potential future directions in debugging capabilities for Async. Details and Download Page: Link Removed Forum for Feedback and Questions...
  7. News

    Windows 7 endpoint.tv - ASP.NET WF4 / WCF and Async Calls

    You've been asking for it and here it is. I've put together some sample code showing how you can use WF4 with ASP.NET and do it the right way... the fast way with async calls. For more info see this Link Removed Ron Jacobs http://blogs.msdn.com/rjacobs Twitter: @ronljacobs Link Removed...
  8. News

    Windows 7 Effortless MJPEG Stream Decoding for Multiple Platforms: A Developer's Guide

    Last year the Coding4Fun/Channel 9 guys asked me to work on a few things for Link Removed. One of these items was a way to output a webcam stream to Windows Phone 7 for use with Clint's Link Removed you may have read about. I figured the easiest way to accomplish this was by using a network/IP...
  9. News

    Windows 7 Stephen Toub: Inside TPL Dataflow

    TPL Dataflow (TDF), System.Threading.Tasks.Dataflow, builds upon the foundational layer for asynchronous and concurrent programming using Tasks provided in TPL in .NET 4. TDF is a complementary set of primitives to those delivered in TPL in .NET 4, addressing additional scenarios beyond those...
  10. News

    Windows 7 Announcing the Reactive Extensions Developer Center

    Reactive Extensions (Rx) is a library to compose asynchronous and event-based programs using observable collections and LINQ-style query operators. Today, Rx has graduated from incubation or so-called "dev lab" status. Rx is now an officially sanctioned Microsoft developer technology and has...
  11. News

    Windows 7 Project Orleans: A Cloud Computing Framework

    Link Removed is a Link Removed project and managed (.NET) software framework for building client + cloud applications. As outlined in the recently released paper on the topic: Orleans defines an actor-like model of isolated grains that communicate through asynchronous messages and manage...
  12. News

    Windows 7 Rx Update: Async support, IAsyncEnumerable and more with Jeff and Wes

    At Link Removed, you were introduced to Link Removed (new async and await language keywords), a new language feature in C# and VB.NET. At the same time, the Rx team shipped the Link Removed of their software, which adds the following capabilities to the library: Support for the new C# await...
  13. News

    Windows 7 DC2010T0100 - Keynote - Rx: curing your asynchronous programming blues

    Speaker: Link Removed Aufzeichnung vom Link Removed 2010 in Wien, am 12. Oktober 2010 Organisiert von den Partnern TechTalk, Cubido und CSS. Microsoft Österreich unterstützte das Event als Hauptsponsor und hat auch selbst einige Sessions abgehalten. At Microsofts Professional Developers...
  14. News

    Windows 7 E2E: Concurrent Programming with Revisions

    Building applications that are responsive and can exploit parallel hardware poses an important challenge. In particular, enabling applications to execute various tasks in parallel can be difficult if those tasks exhibit read and write conflicts. Revisions are forked and joined much like...
  15. 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...
  16. News

    Windows 7 Mads Torgersen: Inside C# Async

    Mads Torgersen, C# specification lead, describes the new C# features to improve asynchronous development. You can get an early look at this new async programming model, available as the Link Removed, today! Link Removed Link Removed
  17. News

    Windows 7 Lucian Wischik: Inside VB.NET Async

    Lucian Wischik digs into the new VB functions and iterators being developed for asynchronous development. You can get an early look at these new features, available as the Link Removed, today! Give VB.NETAsync a try. Link Removed Link Removed
  18. News

    Windows 7 Stephen Toub: Task-Based Asynchrony with Async

    Stephen Toub goes deep into the design and architecture of the new Async features in C# and VB.NET, which rely heavily on .NET’s Task Parallel Library. You can get an early look at this new async programming model, available as the Link Removed, today! Link Removed Link Removed
  19. 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
  20. V

    Windows 7 Credential Provider problem on Windows 7

    Hello, I am a software developer and I encounter a LogonUI problem on Windows 7 when I use a credential provider in particular conditions. I have modified the SampleHardwareEventCredentialProvider sample of the RTMCredentialProviderSamples__FINAL archive (Link Removed). The original sample...
Back
Top