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


Please Help Members By Posting Answers For Below Questions

Which namespaces are necessary to create a localized application?

1147


What is an abstract class c#?

973


Why can't we use a static class instead of singleton?

962


How to assign Null value to Var?

1070


How do you inherit a class into other class in c#?

999


What is expression tree in c#?

1004