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.
Beginner's guide to creating C# projects under a solution in Visual Studio. We'll create an ASP.NET Core Web API and a .NET 6.0 Console Application projects.
Check in your new source code to GitHub with these seven commands. Beginners will learn how to initialize, stage, commit and push code using a command line.
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.