Is c# code is managed or unmanaged code?



Is c# code is managed or unmanaged code?..

Answer / Amod Ranjan Chaudhary

C# code runs on the .NET Common Language Runtime (CLR) and is considered managed code. Managed code has additional benefits like memory management, garbage collection, and security checks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Why do we need nullable types in c#?

1 Answers  


What does args mean in c#?

1 Answers  


Why do we use struct in c#?

1 Answers  


Which namespaces are necessary to create a localized application?

0 Answers   MindCracker,


What is generic method in c#?

1 Answers  


What is encapsulation in csharp?

1 Answers  


How can I make sure my c# classes will interoperate with other .net languages?

1 Answers  


What’s thread.sleep() in threading ?

1 Answers  


explain synchronous and asynchronous in C#

3 Answers   AxSys, Mastek, Synechron,


What is an array class?

1 Answers  


what are windows services?

1 Answers  


Why do we overload constructors?

1 Answers  


Categories