What is managed code in .NET?



What is managed code in .NET?..

Answer / Nidhi Garg

Managed code is any .NET code that runs on the Common Language Runtime (CLR), which provides services such as memory management, garbage collection, exception handling, and security checks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Do you know what are three common acronyms used in .net, and what do they stand for?

1 Answers  


What is connection pooling and how do you make your application use it?

1 Answers  


What is a web service in .net?

1 Answers  


Elements of CAS

1 Answers  


What distributed process frameworks outside .NET do you know?

1 Answers  


Explain different types of cookies in .NET?

1 Answers  


What are object pooling and connection pooling and difference?

3 Answers   TCS,


What is cyclomatic complexity and why is it important?

1 Answers  


What is Flyout Design Pattern in .NET?

1 Answers   Petranics Solutions,


Explain how to stop a thread?

1 Answers  


Explain the two different types of typecasting?

1 Answers  


What is managed code execution?

1 Answers  


Categories