Hybrid Caching in .NET
Room 5
17:40 - 18:40
(UTC+02)
Talk (60 min)
Wednesday
Caching is fundamental in building fast and reliable systems, and in .NET there are multiple ways to do that.
.NET
Concurrency
Database
Web
In this talk we'll explore the ins and outs of caching in .NET, from memory to distributed up to hybrid caching: we'll see both the new HybridCache from Microsoft and FusionCache.
We'll explore common scenarios, recurring problems and how to solve them with a focus on pragmatic solutions that can be used right away in the real world.
FusionCache is my free OSS project: is even used by Microsoft itself (see Data API Builder) and is the world's first production ready implementation of HybridCache.
Resiliency, performance and scalability will be center stage.