What is the difference between managed and unmanaged code?
*******
Answer Posted / 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 |
Post New Answer View All Answers
What are sessions used for?
If 200 is for all successful operation then why do we have 201 response codes?
Where do the cookie state and session state information be stored?
Explain the steps to be followed to use passport authentication.
what is publisher?
Explain difference between dataset and datareader?
What is session id in web application?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
Can I combine classic asp and asp.net pages?
How can you implement the postback property of an asp.net control?
How many types of triggers are there in update panel?
What is caching? Explain.
What is skin in asp.net?
What is mvc in angular?