N
Ninja
Is everything stored in Application or Session state boxed? For example:
Application["MyVar"] = 10;
Is there boxing involved?
Thanks.
Just learning ASP.NET
Application["MyVar"] = 10;
Is there boxing involved?
Thanks.
Just learning ASP.NET