Memory in .NET - (Vagueness Of .NET Memory Management)(www.dotnetfreaks.net)
submitted by
ajander(9) 5 months, 10 days ago
"Variables" are simply storage locations for data becuase it is really hard to pragramme against the memory address. It means, a variable is just an association between a name and memory slot. You can place data into them and retrieve their contents as part of a C# expression. The size of that slot, and the interpretation of the value is controlled through "Types" - and this is where the difference between value types and reference types comes in.....
|category: CLR
|Views: 14
tags:
CLR another
Everyones tags:
Your Tags: