R
Robert Millman
I have a question about the ASP.NET architecture and how
classes are instantiated.
When a web page invokes a static class and the class uses
some static storage within the class, does the static
storage exist beyond the invocation of the web page? Is
the static storage global and available to all threads
that might invoke the static class?
Robert Millman
classes are instantiated.
When a web page invokes a static class and the class uses
some static storage within the class, does the static
storage exist beyond the invocation of the web page? Is
the static storage global and available to all threads
that might invoke the static class?
Robert Millman