Some background: I'm writing a program (a simple chatbot) that uses text to speech, both text to speech libraries available to C# in Visual Studio have a memory leak (probably the same one). Right now ...
How do I declare a semi-global (in-namespace) singleton? C# help tells me baldly and briefly it's not like C/C++ (or Pascal or Ada for that matter) and references/variables can't be declared in ...