adspace
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