What programming languages are used for Azure services?

0
11
Asked By CuriousCoder42 On

I'm curious about the programming languages that underpin Azure services. I understand that there might be a mix across different services and teams, so I don't expect one definitive answer. As a C# developer working with both managed and unmanaged Azure services, I'm interested in knowing what coding languages the developers use to build the features we rely on. For instance, when a new feature is introduced in Azure Service Bus, what programming languages are the engineers using? Any insights or experiences you can share would be appreciated!

5 Answers

Answered By ModernDev101 On

Based on Azure's performance and reliability, I would bet on a combination of languages too, especially with offerings like Node.js and various PHP components. It's an interesting landscape!

Answered By CodeCrafter88 On

From what I've gathered, a lot of Azure services are primarily built using C# and .NET. However, for lower-level functionalities, you might find C++ in the mix. Some newer services take advantage of Go as well.

Answered By SaavyDev45 On

While it might sound odd, I've seen some people jokingly claim BASIC for fun, but we all know the serious work is done in more modern languages like Rust and .NET.

Answered By TechWhiz77 On

I'd say it’s a mix of several languages like C#, C++, Python, Go, and even Rust at times. Different features can be built using different technologies based on the needs.

Answered By DevNinja99 On

In my experience, the backend that handles the heavy lifting is generally written in .NET, which makes sense given Azure's integration with Microsoft technologies.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.