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

Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?

1 Answers  


Difference between dispose and finallize method?

1 Answers  


Explain me what is an anonymous method and how is it different from a lambda expression?

1 Answers  


When a Static Constructor called in .NET?

1 Answers  


What is the purpose of IClonable interface in .NET?

1 Answers   Sans Pareil IT Services,


Which server tag comes from server when we submit any data

1 Answers  


Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

1 Answers  


What is a Strong Name?

1 Answers  


What relationship is between a process, application domain, and application?

1 Answers  


Explain weg config settings for exception managment in asp.net?

1 Answers   C Squared Systems,


Explain what is an application domain?

1 Answers  


What are the Characteristics of .NET?

1 Answers  


Categories