C#: The Heap and the Stack

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ก.พ. 2025
  • When programming in C#, it is very important to understand the concept of the heap and the stack. Value types such as integers are stored on the stack. Object types are stored on the heap, with pointers to them stored on the stack. This video explains the heap and the stack with an example and a diagram and demonstrates the dangers that await you if you do not understand this concept.

ความคิดเห็น • 54