adspace
What is difference between managed and unmanaged code?
Answer Posted / Amar Kumar Mandal
Managed Code: In .NET, all code runs inside the Common Language Runtime (CLR). This includes all C# code, as well as code written in other .NET languages such as Visual Basic.NET and F#.nUnmanaged Code: This is code that does not run inside the CLR, such as code written directly in machine language or assembly language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers