How to use HybridCache in ASP.NET Core

Caching is a proven strategy for improving application scalability and performance. We’ve seen support for caching included in legacy ASP.NET and subsequently in ASP.NET Core frameworks. In ASP.NET Core, caching is primarily of two types: in-memory caching and distributed caching. With .NET 9, currently available in preview, we now have three caching options in ASP.NET…

Read More

Microsoft pushes .NET 9 Preview 6 with a range of improvements

Microsoft has unveiled the sixth preview of its planned .NET 9, a major release of the company’s cross-platform software development framework that brings improvements in areas ranging from code layout to System.Numerics. With .NET 9, the ASP.NET web framework introduces fingerprinting of static web assets, which promises to improve caching behavior and enable faster load…

Read More

OpenSilver 3.0 previews AI-powered UI designer for .NET

Userware has released OpenSilver 3.0, and update to the free and open-source UI framework for .NET that introduces a drag-and-drop UI designer. The release also previews a generative AI-powered UI designer. Introduced July 9, OpenSilver 3.0 integrates AI functionality into the designer that allows users to generate complex UIs and make modifications using natural language…

Read More