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


Please Help Members By Posting Answers For Below Questions

Possible ways to prevent xss attacks on mvc application?

1092


How to use multiple submit buttons in asp.net mvc?

1317


Explain the request flow in asp.net mvc framework?

1102