Parallel Programming in.NET 4.0 Tasks and Threading Ingo Rammer, thinktecture

Slides:



Advertisements
Similar presentations
HTML5 That’s What You Need to Know Today Ingo Rammer | thinktecture |
Advertisements

Debugging Under The Hood Tim Chew Consultant Arch Signal Sdn Bhd.
Tips, Tricks, and Techniques for Building Killer Silverlight Apps Jeff Prosise
Build-Deploy-Test with Visual Studio Lab Management 2010 Pieter Gheysens Visual Studio ALM MVP – Sparkles User Group Lead VISUG (
HTML5 That’s what you need to know today Ingo Rammer, thinktecture
Virtual techdays INDIA │ 9-11 February 2011 Parallelism in.NET 4.0 Parag Paithankar │ Technology Advisor - Web, Microsoft India.
& Silverlight, Windows Phone 7, Windows Azure, jQuery, OData and RIA Services. Shaken, not stirred. Kevin
Ingo Rammer thinktecture.
Switching on the cloud for Silverlight MSDN Live Meeting Gill Cleeren Microsoft Regional Director – Silverlight MVP Ordina Belgium.
René Balzano Technology Solution Professional Data Platform Microsoft Switzerland Database Development with SQL Server Data Tools (SSDT)
Best Practices in Virtualizing RDS and VDI: THE Virtual Reality Check Ruben
Tess Ferrandez ASP.NET Escalation Engineer Microsoft Session Code: WIA402.
Federation and Federated Identity: Part 2 Building Federated Identity Solutions with Forefront Unified Access Gateway (UAG) and ADFS v2 John Craddock Infrastructure.
How to create a Windows app with Project Siena, SharePoint and Office 365 Knut Relbe-Moe Office 365 MVP Chief Technical Architect.
Total Workstation Lockdown: Your Action Plan Jeremy Moskowitz, Group Policy MVP Chief Propeller-Head: GPanswers.com Founder: PolicyPak Software (policypak.com)
SkillsClass Solo. Online resources: REQUIRED COURSE MATERIALS REQUIRED TO COMPLETE YOUR ASSIGNMENTS.
NuGet in Depth Making Open Source Suck Less at Microsoft Scott Hanselman
Parallel Programming in.NET 4.0 Tasks and Threading Ingo Rammer, thinktecture
Cost architecting for Windows Azure Maarten Balliauw
Debugging parallel programs. Breakpoint debugging Probably the most widely familiar method of debugging programs is breakpoint debugging. In this method,
Migration and Deployment of Office 2010 Steffen Krause Senior Technical Evangelist Microsoft Deutschland GmbH
Windows Azure for IT Pros Kurt CLAEYS (TSP Windows Azure, Microsoft EMEA)
Advanced Debugging with Visual Studio Ingo Rammer | thinktecture | Please note: this session is a „classic“
Windows Azure AppFabric Building, Managing, and Connecting High-Density Cloud Applications Clemens Vasters, Technical Lead, Microsoft
Forthcoming SQL Azure Services: SQL Azure Data Sync & SQL Azure Reporting Mark Scurrell Lead Program Manager Microsoft.
Switch on the LightSwitch Gill Cleeren Microsoft Regional Director / Silverlight MVP Ordina Belgium
Developing SaaS Applications with the Windows Azure Platform Vittorio Bertocci
Service Manager 2010 Real Life Example: The coffee workflow Mike Resseler & Alexandre Verkinderen Infront Consulting Group.
Building Robust, Maintainable Coded UI Tests with Visual Studio 2010 Brian Keller Sr. Technical Evangelist – Visual Studio ALM
Troubleshooting Group Policy Jeremy Moskowitz, Group Policy MVP Chief Propeller-Head: GPanswers.com Founder: PolicyPak Software (policypak.com) Twitter:
1 Advanced.Net Debugging Using Visual Studio, R# and OzCode IT Week, Summer 2015.
How to create a Windows app with Project Siena, SharePoint and Office 365 Knut Relbe-Moe Office 365 MVP Chief Technical Architect.
1 1.Log in to the computer in front of you –Temp account: 210class / 2.Update your in Cascadia's system –If I need to you I'll use.
To OData or Not to OData Chris Eargle kodefuguru.com.
What’s new in Azure SDK 1.3 (and 1.4) Peter Himschoot Microsoft Regional Director Belux U2U Trainer/Architect
Building Complete Web Application Using ASP.NET 3.5 & Visual Studio 2008 Omar Khan Group Program Manager Visual Studio.
What's New in Visual Studio 2010 Debugging Brian Peek Senior Consultant, ASPSOFT, Inc. Microsoft MVP - C#
John Cunningham Development Manager Microsoft DTL323.
Latest Technology News Presented by… Tropicalpost
Porting your Unity Game to the Windows Store Jump Start
GoToMeeting Attendee Guide
1/21/2018 6:52 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Welcome! Microsoft Dynamics gp user Group (Gpug)
Dive into Application Lifecycle Management with Visual Studio 2010
Automating AD Administration with Windows PowerShell
Norton technical support number Norton for business training: Get links to free online classes for admins. Norton for business - Admin Help: Get info about.
Rock Hard: C++ Evolving
Glenn Block MEF in the real world Glenn Block
SpeechClass for A Speaker’s Guidebook 5th Ed. Dan O’Hair Rob Stewart
SharePoint & jQuery: Better Together
Super Charge Your Debugging in Visual Studio
Microsoft Build /6/2018 4:22 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Tech·Ed North America /7/2018 9:06 AM
SQL Server Performance Tuning Nowadays
Welcome! Microsoft Dynamics gp user Group (Gpug)
A walkthrough Corey Hynes | HynesITe, Inc
Unlocking the secrets of REST with WCF
WCF Web API, HTTP your way
with Pearson’s MyITLab for Office 2013
Chris Eargle kodefuguru.com
DEV354 Visual Studio 2005: New Enhancements For Debugging Applications
MassCommClass for Media & Culture 2013 Update 8th Ed. Richard Campbell.
Advanced Debugging With Visual Studio & OzCode
Introduction to Windbg
Opalis System Center Integration Packs Deep Dive
TechEd /12/ :12 AM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered.
Making your M Queries Dynamic in Power BI
9/14/2019 6:51 AM © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
ECE 3567 Microcontrollers Lab
Presentation transcript:

Parallel Programming in.NET 4.0 Tasks and Threading Ingo Rammer, thinktecture

Ingo Rammer and thinktecture Support and consulting for software architects and developers Architectural Consulting and Prototyping Developer-Coaching and -Mentoring Application Optimization, Troubleshooting, Debugging Architecture and Code Reviews Slides/Samples:

Please note: this session is a „classic“ with a change/addition rate of about 10-15% per year. Attendees who‘ve seen a previous version will therefore already know ~60-70%. (But you‘re of course more than welcome to join again! ;-)) What else can I do with breakpoints? (Tracepoints, Groups, Conditionals, Macros) How can I change the display for variables windows (from [DebuggerDisplay] to [DebuggerTypeProxy] and Debugger Visualizers) How does VS support me with multithreaded debugging? How can I debug foreign assemblies? (Breakpoints/Source stepping) How should I work with Exceptions to simplify debugging? How can I share information with another developer (breakpoint export, pinned variables)? How can I isolate hard-to-reproduce problems during development? (Intellitrace) How can I use Intellitrace during test? How can I find problems which only happen at the user's computer? (Crash dump debugging) Which other tools are essential? (DebugView, BareTail, Reflector Pro, LinqPad, Attach To Process-Macro...)

Stay up to date with MSDN Belux Register for our newsletters and stay up to date: Technical updates Event announcements and registration Top downloads Follow our blog Join us on Facebook LinkedIn: Download MSDN/TechNet Desktop Gadget

TechDays 2011 On-Demand Watch this session on-demand via Channel9 Download to your favorite MP3 or video player Get access to slides and recommended resources by the speakers

THANK YOU