The Core of .NET, Fast Focus

H18 Fast Focus: Caching Options in .NET

08/07/2025

11:30am - 11:50am

Level: Intermediate

Jason Bock

MVP (C#)

Staff Software Engineer

Rocket Mortgage

Caching is a well-known technique to reduce the latency in applications. There are many different ways to cache data in an application, and it's crucial to know what the options are and how to use them effectively. In this Fast Focus, I'll cover what caching is and what a .NET developer can use to improve performance in their code.

You will learn:

  • Understand the advantages and disadvantages to caching
  • See what options are available to .NET developers
  • Effective patterns and principles for caching in a .NET application