Possible duplicate:
Managed and unmanaged code in .NET
Hi, If I'm right, then the code in my application that runs under the CLR (all code written in a standard way) is managed code. But besides GC, what other benefits are there? I would like to know real examples (like GC), not theoretical differences.
Mocco source
share