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 |
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
Difference between dispose and finallize method?
Explain me what is an anonymous method and how is it different from a lambda expression?
When a Static Constructor called in .NET?
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
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is a Strong Name?
What relationship is between a process, application domain, and application?
Explain weg config settings for exception managment in asp.net?
Explain what is an application domain?
What are the Characteristics of .NET?