⚡ HybridCache in .NET Best of both worlds: in-memory speed + distributed scalability. Stampede protection, smart reuse, better performance. #dotnet #csharp #hybridcache #caching #performance www.ottorinobruni.com/how-to-imple...
Latest posts tagged with #HybridCache on Bluesky
⚡ HybridCache in .NET Best of both worlds: in-memory speed + distributed scalability. Stampede protection, smart reuse, better performance. #dotnet #csharp #hybridcache #caching #performance www.ottorinobruni.com/how-to-imple...
🌟 Revolutionize .NET Caching with HybridCache! 🚀 Blend in-memory speed & distributed scalability stampede protection & smart reuse included. #dotnet #csharp #hybridcache #caching #performance www.ottorinobruni.com/how-to-imple...
Quick reminder that our August #UmbraCymru #Umbraco meetup is tomorrow, and we have two awesome talks lined up! 🚀
RSVP here: www.meetup.com/umbracymru/e...
#dotnet #hybridcache #azure #security #meetup #usergroup #cardiff
Spaces are limited, so be sure to RSVP asap!
www.meetup.com/umbracymru/e...
#dotnet #webdev #hybridcache #security #meetup #umbraco #umbracomeetup #usergroup #cardiff
A promotional banner for the UmbraCymru August 2025 meetup. The event takes place on Thursday, August 28th, 2025, from 18:30 to 20:30, at Aspire Systems (Method4), Trade Street, Cardiff, CF10 5DT. Two talks are featured: "Real-Time File Threat Protection in Umbraco with Microsoft Azure Defender" by Navya Sinha (with her headshot shown). "Cache Me If You Can: Hybrid Caching in Umbraco" by Lili Rossiter (also shown with headshot). The banner has a blue and purple color scheme, with background images of past UmbraCymru events, including attendees sitting on beanbags and a speaker presenting. Logos for Method4 and Aspire Systems appear at the bottom, along with the RSVP link: meetup.com/umbracymru.
Our August meetup is looking like another great evening, exploring how we can use some awesome features of #Azure and #dotnet with @umbraco.com !
We'll dive into the new dotnet #HybridCache and protect #Umbraco with Azure defender!
Hosted by Aspire Systems (Method4)
🌟 Revolutionize Caching in .NET with HybridCache! 🚀 Merge in-memory speed & distributed scalability for top performance. #dotnet #csharp #hybridcache #caching
www.ottorinobruni.com/how-to-imple...
🌟 Upgrade Your .NET Caching with HybridCache! 🚀 Combine in-memory speed & distributed scalability for optimal performance. #dotnet #csharp #hybridcache #caching
www.ottorinobruni.com/how-to-imple...
🌟 Upgrade Your .NET Caching with HybridCache! 🚀 Combine in-memory speed & distributed scalability for optimal performance. #dotnet #csharp #hybridcache #caching
www.ottorinobruni.com/how-to-imple...
🔄 Master HybridCache in .NET! Combine in-memory speed & distributed scalability for smarter C# caching. #dotnet #csharp #hybridcache #webdev www.ottorinobruni.com/how-to-imple...
Why doesn’t the new HybridCache export telemetry, even when the underlying Redis DistributedCaching is configured?
I can't find any documentation or parameters about this regard either.
I'm struggling to set this up...
#dotnet #aspire #hybridcache #otel
🔄 Upgrade caching in .NET with HybridCache! Merge in-memory speed & Redis scalability in C#. #dotnet #csharp #hybridcache #coding www.ottorinobruni.com/how-to-imple...
🔄 Level up caching in .NET with HybridCache! Combine in-memory speed & distributed scalability in C#. #dotnet #csharp #hybridcache #coding www.ottorinobruni.com/how-to-imple...
🔄 Master HybridCache in .NET with C#! Blend in-memory & distributed caching for top performance. #dotnet #csharp #hybridcache #webdev
🛠️ HybridCache ya es definitiva en .Net 9. Con #HybridCache, dile adiós a los “cache stampedes”. 😵💫 Protege tu sistema evitando cálculos redundantes y garantiza que las solicitudes múltiples accedan al mismo dato sin sobrecargar tu app. 👉 devblogs.microsoft.com/dotn...
🔥 Master HybridCache in .NET with C#! A smarter caching strategy blending in-memory & distributed power. #dotnet #csharp #hybridcache #coding www.ottorinobruni.com/how-to-imple...
🚀 Exciting news! HybridCache is now generally available as a .NET 9 library, aimed at optimizing performance and security for your applications by leveraging both in-memory and distributed caches like Redis.
#HybridCache
Qué necesidad hay de complicarse, aka YAGNI, extensibilidad de #MVC, dramitas sobre el compilador de #TypeScript, #HybridCache es GA, y más contenidos interesantes en la recopilación de enlaces de la semana.
www.variablenotfound.com/2025/03/enla...
HybridCache finalmente in GA!! 🎊🎉🚀
youtu.be/pwWIjTXs2BY
Oggi te ne parlo nel podcast 📢
#dotnet #dotnetinpillole #hybridcache
🚀 Exploring .NET 9's HybridCache with the Repository Pattern
I write an article that delves into an innovative software architecture solution that combines HybridCache with the repository pattern
#dotnet #aspnetcore #HybridCache #RepositoryPattern #SoftwareArchitecture
medium.com/@FitoMAD/net...
Ed ecco che @nickchapsas.bsky.social promuove (alla grande) #fusioncache di @jodydonetti.bsky.social #dotnet #cache #hybridcache
youtu.be/SNoJtwiY4c4?...
Downside of the new #csharp #HybridCache in #dotnet 9: it still does not support muti-get of cached items. So far StackExchange.Redis is the only one to support mget. #missed_opportunity ?
1/2 I've got almost everything in my project working great! But I've got one issue I haven't been able to sort out.
If I don't |= my HybridCacheEntryOptions.Flags with HybridCacheEntryFlags.DisableLocalCache, my multiple APIs sharing the Redis cache don't do what I expect.
#hybridcache #dotnet