Possible Duplicate:
Managed and unmanaged code in .NET
Hi, If I am right, then code in my app that runs under CLR (all code written the standard way) is managed code. But except for GC, what other advantages there are? I would like to know the real examples (like GC), not theoretical differences.