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

How to create multiple inheritance in c#, with example?

532


What is web.config in .net?

570


Describe session handling in a webform, how does it work and what are the limitations?

543


Define marshling?

569


What are the new features of Framework 1.1 ?

3765






Explain the difference between .net 2000 and .net 2005(features)? Which one is better?

535


What is msil, il?

576


What is an anonymous method and how is it different from a lambda expression?

490


What is meant by globalization and localization?

564


Why do we use msmq?

582


What are Attributes in .NET?

561


Will my .net app run on 64-bit windows?

581


How do you trigger the paint event in system.drawing?

501


Can you edit data in repeater control? How?

546


What is a serviced component?

555