Use of Different .Net Languages?(使用不同的 .Net 语言?)
问题描述
是否有可用的不同.Net 语言的流行度细分?有没有人知道提供这些信息的任何调查,或者是否有可能确定这一点?
Is there a breakdown of the popularity of the different .Net languages available? Does anyone know of any surveys that give this information, or even if it is possible to determine this?
更新
答案是不是不同 .Net 语言的列表.我希望看到显示每种 .Net 语言的相对使用/流行度的统计数据.谢谢.
The answer is not a list of the different .Net languages. I would like to see statistics showing the relative usage/popularity of each .Net language. Thanks.
推荐答案
如果你认为 Stackoverflow 是平等和公平的,那么就看看 标签 页面.
If you assume Stackoverflow is equal and fair which I do, then just take a look at the Tags page.
C# - 截至 09 年 8 月 21 日上午 9:30 EST 的 34912 个问题
C# - 34912 questions as of 08/21/09 9:30 AM EST
VB.NET - 3770 截至 08/21/09 9:30 AM EST
VB.NET - 3770 as of 08/21/09 9:30 AM EST
C# 在 Stackoverflow 上更受欢迎,我相信总体上是最常用的 .NET 语言.
C# is by far more popular on Stackoverflow, and I believe overall the most commonly used .NET language.
这是对总体最流行的编程语言的调查.其计算方式的定义见此处.这似乎是一种有缺陷的判断方式,因为它没有从 Visual Basic 中分离出 VB.NET.
Here is a survey of the overall most popular programming languages. The definition of how it is calculated is found here. This seems like a flawed way of judging it since it does not break out VB.NET from Visual Basic.
这篇关于使用不同的 .Net 语言?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:使用不同的 .Net 语言?
基础教程推荐
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
- WPF 模态进度窗口 2022-01-01
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
