ASP.NET Application state vs a Static object
if i have a standard ASP.NET application, is there any difference between making an object static as opposed to putting the object instance in the Application state?
if i have a standard ASP.NET application, is there any difference between making an object static as opposed to putting the object instance in the Application state?