Answer Posted / kinjal
The language compile in commom language runtime in .net. in .net code is compile on MSIL(microsoft intermediate language)
is called managed code. Managed code run on .net environment.
After compilation of IL the language is not barrier. the code is call or written function in another language.
Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is boxing and un-boxing in .net?
What is dot net and its uses?
What are the advantages of .net core?
Explain the difference between managed and unmanaged code?
What are the features of dot net?
What is manifest in .net?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
Tell me about secure socket layer? How to make use of the technology?
Explain the difference between asp.net and asp?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
How to manage pagination in a page using .net?
How to debug failed assembly binds?
Do you know what is the difference between an abstract class and an interface?
How boxing and unboxing occures in memory?
Do I have any control over the garbage collection algorithm?