Last time I laid out the justification and overall architecture for a REST based nanoservice, for converting between file extensions and mime types. This time I'll go into more detail…
Since microservices have gotten so much buzz in the last few years, I suppose it was probably only a matter of time before someone got the big idea to make…
Here is a hosting extension that I use often. It is an extension method that allows me to write a super quick console application like this: class Program { static…
Sometimes I need to prevent multiple instances of an application from running at the same time. Before .NET came along, I just dropped the code for that into the application…
I've migrated quite a bit of my .NET code to non-Windows platforms, this past year. As I've done so, I've re-discovered the fact that DPAPI, which is what I've traditionally…