C# Performance Playbook
This course will teach you powerful tactics to maximize the performance of your application.
What you'll learn
Writing fast code is a combination of craft and science. In this course, C# Performance Playbook, you’ll learn to optimize your coding for speed. First, you’ll explore code-level performance optimization. Next, you’ll discover how C# and .NET work to inform your choices and get things running faster. Finally, you’ll learn how to make architectural choices which yield massive performance gains. When you’re finished with this course, you’ll have the knowledge of C# performance optimization needed to make your application fly.
Table of contents
- Introduction 1m
- Intermediate Language Code 1m
- Demo: Look at the IL 3m
- Databases and Indexing 3m
- Demo: A SQL Server Query 3m
- Demo: The Profile Tools 3m
- Demo: Understand LINQ Query Execution Location 4m
- What Debug vs. Release Really Means 2m
- Wrap-up 0m
- Checkpoint 03 - Review the Effects of a Change 0m