Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Writing High Performance Code in .NET
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Building High Scale Event Processing in Bing
- 3 Performance Engineering Strategy
- 4 An Arsenal of Tools
- 5 The Basics of WinDbg and SOS
- 6 The Basics of CLRMD
- 7 The Case of the Trace
- 8 Huge Exceptions, oh my!
- 9 Using EventSource
- 10 The Case of the Stuck Finalizer Queue
- 11 Another Case of the Stuck Finalizer Queue
- 12 Unobserved Task Exceptions
- 13 Costly Timers
- 14 Acquiring All Locks
- 15 The Day all I/O stopped
- 16 Using Singletons
- 17 Subtle Sources of Boxing
- 18 readonly, but with caution
- 19 Immutable Data Structures
- 20 The Lock-Free Publication Pattem