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 |
What is viewbag?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
What data type should you use if you want an 8-bit value that's signed ?
How the color of selected menu item will be changed in asp.net menu item?
What is the benefit of entity framework?
What are Non Action methods in ASP.Net MVC?
Which are the important namespaces used in ASP.Net MVC?
What is .net architecture and framework?
What is inline schema, how does it works
VIEWS WITH SYNTAX AND EXAMPLE IN SQL
What are ajax helpers in mvc?
WHICH IS MORE SECURED AMONG JAVA AND .NET?