For caching previously I used IDistributedCache, but I have since switched to IMemoryCache. I have also abstracted this implementation detail away behind a new ICacheProvider interface.
If you use a Samsung phone with S Pen and take screenshots, by default the format it saves into is jpg, in this post I show you how to set the default format to png and why you may want to do that.
Razor Components are normally used like HTML tags placed in .razor files, but they can also be built manually in C# code through a RenderTreeBuilder class. This class has methods that take in a sequence number as a parameter, in this post I look at how to use this number.