Managed Code: Code written in any .net language run under CLR environment is managed code.
CLR provides it's services to manged code
CLR provides it's services to manged code
- Garbage Collection
- Error Handling
- CTS (Common Type System)
- CAS (Code Access Security)
- Code Verification
- Performance Improvement: Decides which JIT to use & assigns to JIT. JIT compiles IL to native m\c code.
Unmanaged Code: Code that does not target CLR environment for execution is UnManaged code.
No comments:
Post a Comment