When Is the Content of a String Not What You See?
Turns out, in C#, when it’s coming from a COM interface…sometimes. I’m writing a C# library to interface with Windows’ File History subsystem. There’s no type library so I have
Turns out, in C#, when it’s coming from a COM interface…sometimes. I’m writing a C# library to interface with Windows’ File History subsystem. There’s no type library so I have
With WordPress 5, the default post editor is a new piece of software called Gutenberg. It’s block-based, rather than it’s-all-just-a-bunch-of-text-based, like the earlier editor. It’s got a number of nice
I’ve used dnsmasq, running on a Debian Raspberry Pi, for years as my LAN’s combination DHCP and DNS server. It’s got a lot of configuration options, most of whose defaults
After writing an earlier post, I did some more research online and realized there was a relatively simple way to provide a standardized look and feel to all of the
Here’s the outline of how you customize the sign-in/sign-up page for an Azure AD B2C tenant. The same approach will probably work for the other customizable pages, but I haven’t
After my last post, I got an answer back on Stack Overflow which fixed the basic problem I was having with getting the Microsoft Account identity provider to work. It