Sunday, November 13, 2011

Managed code and Unmanaged Code

Managed Code
-It compiles to intermediate Language(IL)
-It runs and is managed by Common Language Runtime (CLR)
-The runtime provides services such as security, memory management and threading

Unmanaged Code
-It compiles directory to machine  code
-It does not run and is not managed by the CLR
-It doesn't get the  services of the runtime

No comments:

Post a Comment