News

FusionCache is an open-source, easy-to-use implementation of hybrid in-memory and distributed caching that brings additional features and resiliency to caching in ASP.NET Core.
Take advantage of the IServiceProvider interface to resolve service dependencies in ASP.NET Core and improve the maintainability and testability of your applications.
For example, we're doing work on how ASP.NET Core handles data protection so that it's easier to robustly and securely handle key material. We're also revamping how distributed caching is handled in ...
In ASP.NET MVC there was an assumption of stability that ASP.NET Core doesn't count on. You could, for example, in ASP.NET MVC retrieve the ClaimsPrincipal object from the thread your Action method ...