News

I need some help working with a session or global variable. I'm not sure which I need. I'll explain the situation and hopefully someone can help me.<BR><BR>I'm working on a web services portal ...
C# allows you to define two types of variables: value types and reference types. The value types hold actual values, while reference types hold references to values stored somewhere in memory.