Latest News and Posts Subscribe to Wintellect's latest news and psosts

  • The Task: Async and Await in a Windows Runtime World
    Jeremy Likness

    In my last blog post , I covered how to wrap your arms around the Task class and its relationship to the new async and await keywords. I mentioned that the post was focused on the .NET Framework only because the Windows Runtime handles these operations differently. In this post, I’ll cover what thos...

  • The Task: Events, Asynchronous Calls, Async and Await
    Jeremy Likness

    Almost any software application today will likely contain a long-running process. “Long-running” may be a relative term but in the Windows Runtime it is specifically anything that could take longer than 50ms to execute. That’s a fairly small window, and it means those operations will need to run con...

  • Sample Applications from Designing Silverlight Business Applications
    Jeremy Likness

    I've received a few emails regarding the book that the code files are not available from the publisher website. I've spoken with the publisher about this and they are working to correct it, but I wanted to provide a link for those of you who have been patiently waiting. As a backup to the main websi...