When does the static constructor of your .NET class actually get called?Sounds like it should be pretty obvious really - at least going on the side of "how late can it possibly be called". Most of us are used to the idea that static constructors are called
Read More