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 |
Explain how to manage pagination in a page using .net?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Which is the main Difference Between .Net 2003 and .Net 2005?
What is the Difference between a sub and a function?
Explain the .net framework overview?
Explain how to load the contents of an xml file into an xmldocument object?
Please explain what is immutability, what is it for and how is it codified?
What is machine.config in .net?
C++ & C# differences ?
How will you register com+ services?
What is a system lock?
1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any other reason.