what is managed data and managed code?

Answers were Sorted based on User's Feedback



what is managed data and managed code?..

Answer / upendra nath solige

Managed Code: Code runs with in CLR.

Unmanged code: Code runs out fo CLR(Eg: Code of API's, VB
dll references)

Is This Answer Correct ?    4 Yes 0 No

what is managed data and managed code?..

Answer / shreepad deshpande

Managed code runs under the machine H/W availability.
Suppose you build your code on a machine having 128MB RAM
and 800MHz Processor and you deploy that code on a machine
havinf same or higher configuration then it works fine. It
means DOT NET CLR builds code managed with build machine.

While un managed code is other part. It needs certain H/W
specification. No matter where you build it. If certain
application in Java requires 2 GB RAM to run then it will
not allow application to run on 1 GB ram Machine.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More Dot Net General Interview Questions

Why you want to leave your previous company.

0 Answers  


Explain me what is the difference between an abstract class and an interface?

0 Answers  


How can you turn-on and turn-off cas?

0 Answers  


What is .net standard?

0 Answers  


Describe ways of cleaning up objects.

2 Answers   Wipro,






What is Event - Delegate? clear syntax for writing a event delegate

0 Answers  


What is the advantage of .net core?

0 Answers  


What are the new features of Framework 1.1 ?

1 Answers  


Explain the difference between constants and read-only variables?

0 Answers  


What are nullable types in .NET

0 Answers   TryTechnicals Pvt Ltd,


Please explain is the jit an interpreter?

0 Answers  


Describe the programming model of a windows service

0 Answers  


Categories