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

How to spawn a thread?

0 Answers  


What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture

2 Answers   Deloitte,


What is the difference between the C#.NET and VB.NET?

6 Answers   MCN Solutions,


How you apply a theme in whole application in .Net?

0 Answers   PUCIT,


what is the default value of CHAR type?in C# using asp.net?

7 Answers   Bosch,






What do you mean by web service?

0 Answers   Accenture,


Explain the difference between managed and unmanaged code?

0 Answers  


What is WSDL and disco file ?

3 Answers   CybAge, IBM, TCS,


Write a program to create a user control with name and surname as data members and login as method and also the code to call it.

0 Answers  


How to Create and Consume a Web Service?

1 Answers  


Compare & contrast rich client (smart clients or windows-based) & browser-based web application

0 Answers  


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

0 Answers  


Categories