Is there an advanced article which I can read that can explain how memory is allocated for different types (value and reference) in .net framework.
for example we know that value types are allocated space on a stack, but how is that managed?
Also how are reference types managed in a heap and where are the actual values stored. (Reference type like any Class will contain many value types, where are they saved and how are they managed)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…