News

C# Gains Most in Programming Language Popularity Index

Microsoft's C# programming language posted the largest 12-month gain in popularity, says the TIOBE Index for May 2022.

After making a charge to contend for TIOBE's "Programming Language of the Year" award last December, C# ultimately failed, coming in second to Python.

But now the surge continues, with the May 2022 report noting C# outgained other languages "by far" from May 2021.

TIOBE Index for May 2022
[Click on image for larger view.] TIOBE Index for May 2022 (source: TIOBE Index).

"Its rankings has increased almost 2 percent for the last 12 months," TIOBE said. "C# is one of the most mature programming languages in existence, supporting many modern programming paradigms. Until recently, its only disadvantage was that its Linux support was questionable, but this is changing rapidly the last couple of years. So chances are high that C# might enter the TIOBE index top 3 by replacing C."

Indeed, regarding the "changing rapidly" Linux claim, Microsoft guidance posted just last month details how to "Install .NET on Linux distributions." Full Linux support is still not there yet, however, as Microsoft also notes that "Visual Studio 2022 enables you to build and debug apps for Linux using C++, Python, and Node.js." Developers can jump through a few hoops to use MonoDevelop and Visual Studio Code for C# Linux programming.

Despite C#'s leading 12-month percentage rise in the May 2022 TIOBE Index, C# stayed in its No. 5 slot, with the only changes among the top 10 being Python overtaking C for the top spot, and SQL passing PHP to go from tenth to ninth place.

The TIOBE Index ranking is based search engine results that measure the number of skilled engineers worldwide, courses and third-party vendors in order to determine languages in which the most lines of code are written.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

  • TypeScript Tops New JetBrains 'Language Promise Index'

    In its latest annual developer ecosystem report, JetBrains introduced a new "Language Promise Index" topped by Microsoft's TypeScript programming language.

Subscribe on YouTube