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

Explain what is mutex?

0 Answers  


What is multiThreading in .NET?

0 Answers  


Explain me what is the difference between a class and an object, and how do these terms relate to each other?

0 Answers  


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers  


What is UDDI and how to register the web service in it?

0 Answers   TCS,






What is dot net and its uses?

0 Answers  


What is managed code execution?

0 Answers  


Differences between dll and exe?

0 Answers  


What is a resource? Provide an example from your recent project.

1 Answers   Wipro,


How can you manage pagination on a page using .Net?

1 Answers  


Explain the use of activex control in .net?

0 Answers  


What are Satellite Assemblies? How you will create this? How will you get the different language strings?

3 Answers  


Categories