How .NET is able to support multiple languages?

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


Please Help Members By Posting Answers For Below Questions

What is boxing and un-boxing in .net?

793


What is dot net and its uses?

740


What are the advantages of .net core?

710


Explain the difference between managed and unmanaged code?

619


What are the features of dot net?

767


What is manifest in .net?

823


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

758


Tell me about secure socket layer? How to make use of the technology?

739


Explain the difference between asp.net and asp?

743


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?

715


How to manage pagination in a page using .net?

756


How to debug failed assembly binds?

779


Do you know what is the difference between an abstract class and an interface?

748


How boxing and unboxing occures in memory?

818


Do I have any control over the garbage collection algorithm?

766