What is the difference between managed and unmanaged code?
*******
Answers were Sorted based on User's Feedback
Answer / alb.shah
A code that executed under the instructions of CLR is called
managed code.
A code that execute without the instruction of CLR is called
unmanaged code.
Program written in any .net compatible language will go for
compilation for 2times.
In the first compilation of the program, the language
compiler will generate MSIL code which is the managed code.
&
the code generated after the second execution ie by the CLR
is called unmanaged code which is machine understandable and
not by the user.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / malli
The Code Is Excuted With The Help of CLR that is managed code
The code is not excuted with the help of CLR and Excuted with the help of OS that is Unmanaged code
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the type of session in Asp.Net
Can we use multiple web.config files in an sigle appliction?
How we can force all the validation controls to run?
Difference between .NET and previous version?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
How can we Validate a Controls in ASP.NET page using JavaScript?
What are validator? Name the validation controls in asp.net? How do you disable them? Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
what is a virtual class?
I’m having some trouble with cas. How can I diagnose my problem?
What is the difference between a thread and a process?
What is the difference between debug and release?
Explain how can we access static variable?
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)