PPT-Async
Author : lois-ondreau | Published Date : 2015-10-23
Best Practices for C and Visual Basic Kevin PilchBisson kevinpimicrosoftcom Pilchie DEVB315 Key Takeaways Async void is only for toplevel event handlers The threadpool
Presentation Embed Code
Download Presentation
Download Presentation The PPT/PDF document "Async" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.
Async: Transcript
Best Practices for C and Visual Basic Kevin PilchBisson kevinpimicrosoftcom Pilchie DEVB315 Key Takeaways Async void is only for toplevel event handlers The threadpool is for CPU bound code not IObound. Wischik, Mads . Torgersen, . Stephen Toub (MSFT). Stephen Cleary (MVP). Async Clinic. Brainteasers. async. void. . button1_Click. (…). {. …. . await . ScheduleAsync. (work);. …. }. Senior Program Manager (VB/C#). Microsoft. The New . Async. Design Patterns. Session Objectives. Key Takeaway 1. Async. void is only for top-level event . handlers. Key Takeaway 2. Async. tasks can wrap around events, to make code . Lucian Wischik. Senior Program Manager. Managed . Languages. DEV-B317. Easy Async for Windows Store Apps in Microsoft Visual C# and Microsoft Visual Basic. Lucian Wischik. Senior Program Manager. Managed . in 10 easy . steps.. Benjamin Day. Benjamin Day. Brookline, MA. Consultant, Coach, & Trainer. Microsoft MVP for Visual Studio ALM. Team Foundation Server, Software Testing, . Scrum. , Software Architecture. Senior PM. Microsoft. Async best practices for C#/VB. 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 . in WPF and Silverlight. Brian Noyes. Chief Architect. IDesign Inc (. www.idesign.net. ) . DEV340. Chief Architect. IDesign Inc. (www.idesign.net). Microsoft Regional Director. (www.theregion.com). Microsoft MVP. Chris Dahlberg. Platinum Sponsors. Silver Sponsors. Gold Sponsors. Threading Models. Single-Threaded. Explicit Thread Management. Thread Pool. Asynchronous Programming Model (APM). Event-Based Asynchronous Pattern (EAP). Technical Evangelist. Dmitry Lyalin | . Product Marketing Manager . Enterprise Developer Camp Jumpstart. 02 | Adopt a Services Architecture. Dmitry Lyalin | Product Marketing Manager . Our scenario. Asynchronous programming. in WPF and Silverlight. Brian Noyes. Chief Architect. IDesign Inc (. www.idesign.net. ) . DEV340. Chief Architect. IDesign Inc. (www.idesign.net). Microsoft Regional Director. (www.theregion.com). Microsoft MVP. Lucian Wischik. Senior Program Manager. Managed . Languages. DEV-B317. Easy Async for Windows Store Apps in Microsoft Visual C# and Microsoft Visual Basic. Lucian Wischik. Senior Program Manager. Managed . (Not Your Father’s) C++ Herb Sutter Roadmap What What makes “C++11 feel like a new language” Why V alues and tenets for language design Contrast between native C++ and managed Java/.NET languages The Desired Brand Effect Stand Out in a Saturated Market with a Timeless Brand The Desired Brand Effect Stand Out in a Saturated Market with a Timeless Brand Error-Runtime Trade-offs in Distributed SGD. Sanghamitra Dutta. Joint Work with: . Jianyu. . Wang, . Gauri. . Joshi,. Soumyadip. . Ghosh. , . Parijat. . Dube. , . Priya. . Nagpurkar. Presented in part at AISTATS 2018.
Download Document
Here is the link to download the presentation.
"Async"The content belongs to its owner. You may download and print it for personal use, without modification, and keep all copyright notices. By downloading, you agree to these terms.
Related Documents