
July 7th, 2003, 09:44 AM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
.NET Static Variables: Better Than Application!
.NET Static Variables: Better Than Application!
Jul 1, 2003 - In traditional ASP we always had the Application object to store application-wide variables in. This of course cam at the price of memory allocations. In .NET we can now take advantage of Static Variables, which in most cases can be faster than accessing the Application object. Read the full article [URL=http://aspfree.com/examples/650,1/examples.aspx]here[URL].
Please discuss this article in this thread.
|