How is .net able to support a lot of languages?



How is .net able to support a lot of languages?..

Answer / Naween Kumar

.NET supports multiple programming languages due to its Common Language Runtime (CLR), which provides a common execution environment for all .NET languages. The CLR compiles the source code written in various .NET-supported languages into Intermediate Language (IL) code, making it possible to run the code on any platform with a compatible version of the CLR.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is a serviced component?

1 Answers  


What is the use com component in .net?

1 Answers  


What is the difference between reference type and value type?

1 Answers  


What are the collections you've used?

1 Answers  


What tools can I use to develop .net applications?

1 Answers  


What is operator overloading in .net?

1 Answers  


How to write an MMC snap-in for my Windows service?

1 Answers  


Please explain what is the difference between encrypting a password and applying a hashing?

1 Answers  


What is Assembly manifest? what all details the assembly manifest will contain.

2 Answers   Ksb,


Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!

3 Answers   3i Infotech,


How Can Registry Editor in .NET?

1 Answers  


what is ItemTemplate and EditTemplate and FooterTemplate? what is the Purpose of useing template columns in datagrid?

1 Answers  


Categories