A
Adam Smith
If I have a utility class, let's say BankAccount and I have a static
class member "double balance" which is initialized in a static
constructor to 0, does this class member exist for the lifetime of my
asp.net application?
Or, is it initialized every time my application is hit on from a web
page?
Thanks in advance.
Adam Smith
class member "double balance" which is initialized in a static
constructor to 0, does this class member exist for the lifetime of my
asp.net application?
Or, is it initialized every time my application is hit on from a web
page?
Thanks in advance.
Adam Smith