what is managed and unmanaged code?
Answers were Sorted based on User's Feedback
Answer / mayank
managed codes are which is supported by CLR, and unmanaged
code are those which is not supported.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / manish singh
Managed code: A code that is managed by CLR is know as
Manged code for example C#,j#,Vb.Net etc
Unmanged code: A code that is not managed by CLR is known
as Unmanaged by unmanaged code. for example c++, java, c etc
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / sharifuddin
managed code: maintains in the Stack memory with the help of CLR
But unmanaged
code does not maintain by the CLr, and iots maintain by the
Heap memory.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / kirti
The .NET framework provides several core run-time services to the programs that run within it - for example exception handling and security. For these services to work, the code must provide a minimum level of information to the runtime. i.e., code executing under the control of the CLR is called managed code. For example, any code written in C# or Visual Basic .NET is managed code.
Code that runs outside the CLR is referred to as "unmanaged code." COM components, ActiveX components, and Win32 API functions are examples of unmanaged code.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain Optimization technique description?
How can you apply a theme to your asp.net application?
What is the difference between exe and dll?
Features and disadvantages of dataset ?
4 Answers Interlink, Microsoft,
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
when will garbage collector run?
What language does asp.net use?
how many select state ments are used in stored procedure?
Can you please anyone explain in detailed Webservices concepts in Asp.net?
What is the main differences between asp and asp.net?
What is state management in asp.net and define Client-side state management and Server-side state management?
What is caching? Explain.