Random image or banner on web page refresh? Implemented using ASP.NET Core Web API, this application lets Controller handles HTTP GET requests from the browser.
Create a simple .NET console application that reads and caches all the files in a given directory. Application uses IMemoryCache and Dependency Injection.
Create a simple .NET console application that caches images in a local drive. Application uses IMemoryCache and Dependency Injection.
A short tutorial on getting random element from a List in C#. This application uses Random and List objects, and was implemented with .NET 6.0.