What Is The Difference Between An Unmanaged And A Managed Code?

What Is The Difference Between An Unmanaged And A Managed Code? Managed code is the one that is executed by the CLR of the . NET framework while unmanaged or unsafe code is executed by the operating system. The managed code provides security to the code while undamaged code creates security threats. … Unmanaged code

What Is CLR In .NET Framework?

What Is CLR In .NET Framework? The Common Language Runtime (CLR), the virtual machine component of Microsoft . NET Framework, manages the execution of . NET programs. … The CLR provides additional services including memory management, type safety, exception handling, garbage collection, security and thread management. What is CLR in .NET framework with example? CLR