adspace


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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143