adspace
Explain what languages does the .net framework support?
Answer Posted / Narayan Lal
The .NET Framework supports multiple programming languages, including C#, Visual Basic .NET, F#, and C++/CLI. However, it can also be used with other languages through the use of third-party tools or compilers that translate code into Common Intermediate Language (CIL), which is a Microsoft intermediate language that serves as the common instruction set for all .NET executables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers