Skip to content
Articles

.NET 10

HybridCache in ASP.NET Core .NET 10 - Complete Guide
.NET Core thg 9 10, 2026 47 min read EN VI

HybridCache in ASP.NET Core .NET 10 - Complete Guide

I wrote custom IDistributedCache extension methods - GetOrSetAsync, TryGetValue, SetAsync with generics - for every project that needed Redis caching. Dozens of lines of boilerplate that I copied from project to project. HybridCache made...

By Huy Vũ
Top .NET 10 New Features and Enhancements
.NET Core thg 9 4, 2026 7 min read

Top .NET 10 New Features and Enhancements

.NET 10 brings a modern, efficient, and more intelligent development environment that empowers developers to build scalable, high-performance applications across web, desktop, mobile, and cloud. This release includes updates to the .NET ...

By Huy Vũ