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 does jit compilation do in .net?

584


Explain what are possible implementations of distributed applications in .net?

542


What is difference between .net and .net core?

554


Explain me what are the deferred execution and the immediate execution in linq?

549


What are the purposes of using .net?

610






What is the difference between constants and read-only variables?

547


Explain the difference between constants and read-only variables?

575


Explain me what is the difference between an abstract class and an interface?

573


What is deferred execution vs. Immediate execution in linq?

575


What is alias ? Is it used in .Net ?

629


Explain the code behind wors and contrast that using the inline style.

569


Is .net capable of supporting multi-thread?

584


What are the different types of Classes in .NET?

610


How to spawn a thread?

579


What is singleton activation mode in .net?

688