Possible Duplicate:
Why value-types are stored onto Stacks?
I understand about boxing / unboxing but my question is why .NET make the choice of store ie. an integer in stack ?
Its logical when you are (simple) passing parameters between procs / functions... but... why...is this generallly used in .NET in any case ?
Thanks a lot!