I'm building an app that will be deployed on Azure.
If I use a static class, will all the instances have access to the same exact static object or will each instance have its own static object instantiated when each instance is spawn.
static
fields have one value per AppDomain.
They emphatically do not share values across computers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With