Today, a lot of applications required the code execution from RAM like for example due to safety reasons or e.g. in case of bootloader for flash self-programming ...
When working with .Net, it is important to understand how the garbage collector works. The .Net CLR manages two different heaps, the small object heap (SOH) and the large object heap (LOH). This ...