asynchronous

  1. whoosh

    VIDEO I’m Embarrassed I Didn’t Think of This.. - Asynchronous Reprojection

    Wow ! 😲
  2. News

    C# Console UWP Applications

    We’ve just published an update to the Console UWP App project templates on the Visual Studio marketplace here. The latest version (v1.5) adds support for C#. The C# template code only works with Visual Studio 2017 version 15.7 or later. In a previous post, I described how to build a simple...
  3. News

    Scrolling on the web: A primer

    Scrolling is one of the oldest interactions on the web. Long before we had pull-to-refresh or infinite-loading lists, the humble scrollbar solved the web’s original scaling problem: how can we interact with content that’s stretched beyond the available viewport...
  4. News

    Calling Windows 10 APIs From a Desktop Application

    In today’s post, we’re covering how PC software can leverage the rich functionality of Windows 10. This is valuable background for the upcoming post “Adding UWP Features to Your Existing PC Software with the Desktop Bridge,” which will go into even more detail on the topic in the coming days...
  5. News

    VIDEO Standard C++ and the Windows Runtime (C++/WinRT)

    The Windows Runtime (WinRT) is the technology that powers the Universal Windows Platform, letting developers write applications that are common to all Windows devices, from Xbox to PCs to HoloLens to phones. Most of UWP can also be used by developers targeting traditional desktop applications...
  6. News

    JavaScript moves forward in Microsoft Edge with ECMAScript 6 and beyond

    ECMAScript is the official name for the JavaScript language we all know and love. The next version of ECMAScript, ES6 (henceforth referred to by its new name, ES2015), is nearing the end of its standards process journey. At this stage Link Removed is final and will not be receiving any further...
  7. News

    Compiling Objective-C Using the Visual Studio 2015 C++ Code Generation that Builds Windows,...

    This session covers the nuts and bolts of several key innovative compiler and runtime technologies we will be delivering in Visual Studio 2015 and its updates. New investments in the compiler and runtime space include: Improved optimization and auto-vectorization, /Guard secure code generation...
  8. News

    GoingNative 36: Cross-Platform Mobile Development in VS2015 | C9::GoingNative

    Today's episode is somewhat overdue, as the Cross-Platform Mobile Development experience has actually been in VS2015 previews since, well, Preview. Join us in today's packed episode as we go behind the scenes with Ankit and Ion on how the experience came to pass, what Visual Studio can bring to...
  9. News

    Internet Connection Speed API for Windows 8.x, Windows Phone 8.x

    Today's project comes from Charles Torre. While the component's source isn't currently available, when I saw this post on the Visual Studio Gallery was from him, what looks like his first, well had to share it! As if I need to tell you all this, but we live in a connected world, more so every...
  10. 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...
  11. News

    Windows 7 MJPEG Decoder

    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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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
  18. 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
  19. 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...
  20. News

    Windows 7 Don McCrady - Parallelism in C++ Using the Concurrency Runtime

    In this session, Don McCrady discusses how C++ programmers can fully utilize multicore in their applications using the Concurrency Runtime (ConcRT), the Parallel Pattern Library (PPL), and the Asynchronous Agents Library that ship with Visual Studio 2010. Link Removed More...
Back
Top