C#, Caching How to cache contents of a directory Create a simple .NET console application that reads and caches all the files in a given directory. Application uses IMemoryCache and Dependency Injection.Alejandrio VasayOctober 7, 2021
C#, Caching How to cache images in .NET Create a simple .NET console application that caches images in a local drive. Application uses IMemoryCache and Dependency Injection.Alejandrio VasayOctober 7, 2021