DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Software MVP Showcase 2015 - C#

EMEA Microsoft MVP Showcase 22 Abril 2015 C# Paulo Morgado .NET / C# Independent Experts – Real World Answers Independent Experts – Real World Answers 4/25/2015 © 2012…

Documents Async void is only for top-level event handlers. Use the threadpool for CPU-bound code, but not...

Slide 1 Slide 2 Async void is only for top-level event handlers. Use the threadpool for CPU-bound code, but not IO-bound. Use TaskCompletionSource to wrap Tasks around events.…

Documents Async best practices for C#/VB

Async'ing Your Way to a Successful App with .NET Lucian Wischik Senior PM Microsoft Async best practices for C#/VB 0. Async best practices * Deep breath. Pause, look…

Documents Lessons learned from developing a Windows 8 Metro application in C#

Frode Nilsen Nilsen Labs Lessons learned from developing a Windows 8 Metro application in C# Frode Nilsen Nilsen Labs Ticki 1 Agenda Async-await done right Applying…