Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Real-World Examples on Optimizing .NET Performance
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Memory Allocations
- 3 Garbage Collection
- 4 Garbage Collector Phases
- 5 Gen 2
- 6 Reference vs. value types
- 7 Performance Tips
- 8 Example: Convert a string to UTF8 bytes
- 9 Allocation Benchmark
- 10 Boxing - Benchmark
- 11 Binary Serialization and Endianness
- 12 Old: RabbitMQ .NET Client reading int64
- 13 ASM Diff
- 14 Binary Serialization Benchmark
- 15 System.Threading.Channels
- 16 Applying these optimizations in the real world
- 17 AMQP Frame
- 18 Problem 1
- 19 Solving the problems
- 20 Validating the changes
- 21 JetBrains dotTrace
- 22 PowerUp
- 23 Questions?