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

what is the use of "mustinherit" keyword?

2 Answers  


What is strong-typing versus weak-typing? Which is preferred?

0 Answers  


Which namespace is the base class for .net Class library?

1 Answers  


Differentiate between managed and unmanaged code?

0 Answers  


When should I use .net core?

0 Answers  






How to implement DataGrid in .NET?

1 Answers   InfoPro,


What property do you have to set to tell the grid which page to go to when using the Pager object?

2 Answers   Siebel,


Explain how to rename a table using sql queries?

0 Answers  


What is the raise event used for?

4 Answers   Wipro,


How to produce an assembly?

0 Answers  


What is namespaces in .net?

0 Answers  


When we go for html server controls and when we go for web server controls?

0 Answers  


Categories