The Core of .NET, Fast Focus

VST12 Fast Focus: Doing Fun Things with Unsafe Code

11/17/2026

2:00pm - 2:20pm

Level: Intermediate to Advanced

Jason Bock

MVP (C#)

Staff Software Engineer

Rocket Mortgage

.NET provides developers with a high-quality, fast runtime, and a rich, extensive API. That said, there are occasions where a developer needs to take a different path and use types to address performance corner cases. In this Fast Focus, I'll demonstrate features in .NET that you can use to make incremental gains when needed, and how to achieve these improvements safely.

You will learn:

  • Understand the trade-offs in using "risky" APIs
  • See how these APIs can improve code
  • Gain insight on other interesting APIs