. How .NET can support multiple languages?



. How .NET can support multiple languages?..

Answer / hrindows@gmail.com

.NET can support multiple languages because the .NET language code is compiled to Microsoft Intermediate Language (MSIL). The generated code, as a result, is a powerful code that runs in a .NET environment. After compilation, the languages do not remain a barrier and the code can call or use functions of various other languages too.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is a .DLL and .EXE files called in .NET?

0 Answers   CitiusTech,


Explain how do assemblies find each other?

0 Answers  


How viewstate is being formed and how it is stored on client in .net?

0 Answers  


Explain the process of serialization in .NET?

0 Answers  


what is event inheritance and event delegation?

1 Answers  






Write an StoredProcedure to get the values of a column within a date range.

1 Answers   Deloitte,


What does SCM do?

2 Answers  


String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12

6 Answers  


What is meant by managed and unmanaged code?

0 Answers  


What is Flyout Design Pattern in .NET?

0 Answers   Petranics Solutions,


Can you explain what do you understand about web service?

0 Answers   Accenture,


I have a problem in installing visual Studio 2008 on PC that have Celeron Processor ? afterAll InstallionFaied . Pls suggest me . Is it possible or not .if Yes then How ?

0 Answers  


Categories