what is managed data and managed code?
Answers were Sorted based on User's Feedback
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 |
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 |
What are The Main Difference Between Client-server Based Applications and Web Based Applications
How does u handle this COM components developed in other programming languages in .NET?
what is object lock?
what is use of learning .net? does we get good jobs based on .net?
How is a property designated as read-only?
Explain why do we use msmq?
What is reflection and what is it for?
What is an assembly? What are the different types of assemblies?
Explain the different parts of an assembly?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
What?s SingleCall activation mode used for?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?