How many languages are supported by .NET at present time?

When .NET was introduced first time, it supports many languages like VB.NET,C#,COBOL, and Perl etc. At present time it supports almost 44 languages.

As of my last update in January 2022, .NET supports multiple programming languages, including but not limited to:

  1. C#
  2. Visual Basic .NET (VB.NET)
  3. F#
  4. C++/CLI (Common Language Infrastructure)
  5. IronPython
  6. IronRuby

These are some of the primary languages commonly used with .NET. However, .NET is designed to be language-agnostic, meaning it can support any language that conforms to the Common Language Specification (CLS) and can be compiled to Intermediate Language (IL) that runs on the .NET Common Language Runtime (CLR). Therefore, developers can potentially use other languages as well.