What is managed and unmanaged codes?
Managed code runs inside CLR and installing the .NET Framework is necessary to execute it. Unmanaged code does not depend on CLR for execution and is developed using languages outside the .NET framework. In .NET interview settings, when asked about managed and unmanaged code, it’s important to provide clear and concise explanations differentiating the two: … Read more