difference between managed code and unmanaged code ?
Answers were Sorted based on User's Feedback
Answer / mayuri
the code which is run under the observation of clr is
called managed code.
at other side the code means native code which is run on
operating system and not run under onservation of clr is
known as unmanaged code.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / vasanth
Managed Code:
The code which is running under the control of CLR is called Managed Code.
UnManaged Code:
If we are using some third party tools, then those code will not be under the control of CLR is called UnManaged code.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / kirti
Managed Code:
Code that runs under a "contract of cooperation" with the common language runtime. Managed code must supply the metadata necessary for the runtime to provide services such as memory management, cross-language integration, code access security, and
automatic lifetime control of objects. All code based on Microsoft intermediate language (MSIL) executes as managed code.
Un-Managed Code:
Code that is created without regard for the conventions and requirements of the common language runtime. Unmanaged code executes in the common language runtime environment with minimal services (for example, no garbage collection, limited debugging, and so on).
| Is This Answer Correct ? | 0 Yes | 0 No |
how to add datarow to datatable
How will U encapsulate button trigger event into text_box event of Pressing Enter key?
Name any three ways to pass parameters to a method in c#?
Explain the ways to deploy an assembly?
Why do we use threads in c#?
How can I get around scope problems in a try/catch?
Why can?t you specify the accessibility modifier for methods inside the interface?
What is a method signature?
What is inline function in c#?
What?s a delegate?
What does assert() do?
What type of data type conversion happens when the compiler encounters the following code?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)