What is the difference between managed and unmanaged code?
Answers were Sorted based on User's Feedback
Answer / anil
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 ? | 14 Yes | 19 No |
Answer / prabhat
Managed code are execute by CLR,
Unmanaged code are use wrapper class,
| Is This Answer Correct ? | 8 Yes | 15 No |
How we can multiple submit buttons in ASP.Net MVC
how to face first interview in .NET?
More on CLR ?
what is the use of final method
How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?
What is ViewStart Page in ASP.Net MVC?
Explain the types of Scaffoldings.
How to add 'ASPNET.mdf' file into server explorer in visual studio 2005?
Can I look at the IL for an assembly
What are the main features of asp.net mvc 4 used by asp.net web api?
What does assemblyinfo.cs file consists of ?
1 Answers Accenture, BirlaSoft,
Why we need a separate mobile project template, while we can render our web application in mobile ?