Static methods on ASP.NET web sites

Posted by Grant on Stack Overflow See other posts from Stack Overflow or by Grant
Published on 2010-05-06T08:33:20Z Indexed on 2010/05/06 8:38 UTC
Read the original article Hit count: 183

Filed under:
|

Hi, i was wondering.. if i have a static method on an asp.net web site (plain vanilla), is that accessible by all users of all sessions?

I guess what i am saying is the single instance of a method available to each client? or is there 1 instance for all clients for the site..

© Stack Overflow or respective owner

Related posts about static-methods

Related posts about ASP.NET