Author Topic: The Stack and the Heap.  (Read 2244 times)

0 Members and 1 Guest are viewing this topic.

It's Alive!

  • Retired
  • Needs a day job
  • Posts: 8775
  • AKA Daniel
The Stack and the Heap.
« on: December 22, 2007, 12:33:01 PM »
Here a cool link that describes the managed stack and heap in a way that even I can understand.  :kewl:
http://www.c-sharpcorner.com/UploadFile/rmcochran/csharp_memory01122006130034PM/csharp_memory.aspx

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: The Stack and the Heap.
« Reply #1 on: December 28, 2007, 10:06:04 PM »

For anyone following,

There are also some great articles by Jon Skeet here  ; http://www.yoda.arachsys.com/csharp/
.. and memory related ; http://www.yoda.arachsys.com/csharp/memory.html
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: The Stack and the Heap.
« Reply #2 on: December 28, 2007, 10:09:33 PM »
... and these is required reading for anyone seeking help with problem resolution ;
http://www.yoda.arachsys.com/csharp/complete.html
http://www.yoda.arachsys.com/csharp/debugging.html
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.