adspace
Answer Posted / Ravi Ranjan Kumar
Managed code in C# refers to the code that runs inside the Common Language Runtime (CLR) and adheres to its rules, such as memory management, security, and exception handling. On the other hand, unmanaged code consists of low-level operations directly interacting with hardware or operating system services, without relying on CLR for these tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers