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

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube