Category: Coding
-
We’ve moved house!
No… we’re still living in the same house in Waarder.But this blog entry (and the entire history) is no longer served up by a hosted WordPress site, but by a brand-new Ubuntu 24.04 virtual hosted server with a LEMP stack… installed and configured by yours truly! As a result, it’s a lot faster. And a…
-

Polymorphism, inheritance, and interfaces
Someone had trouble figuring out why .NET comes with all these interfaces for collections, so I thought, let’s write a concise blog post about that. Okay, that was a joke. I don’t do concise. And then I found out that I needed to explain interfaces, and polymorphism, and therefore inheritance, as well. So, rather than…