Does anyone know if these stats are collected or exist anywhere? Any anecdotal evidence is at least slightly helpful
I found this link: http://discuss.joelonsoftware.com/default.asp?biz.5.592012 Somewhere in the body you'll find the following figures:
~80% .Net 1+ ~50% .Net 2+ ~20% .Net 3+ (~17% Vista) ~03% .Net 3.5+ (Skewed b/c I have 3.5...)
I don't know where these numbers come from, but it does make some sense. HP and ATI have their software written in .NET (1.1 I believe), so almost everyone who has an HP printer or ATI graphics card has .NET 1.1 . All Vista users have .NET 3.0 .
We have some statistics here based on usage statistics from our WPF program. It might be a bit scewed because our installer recommends, but doesn't force, people to install .NET 4.
I wrote software that runs on .Net 2.0 but as part of the telemetry it reports back the installed versions so I can determine when I can upgrade without disrupting too many existing customers. While I could extract the info on all installed versions, I currently do a monthly summary of the highest installed version since that's what I'll use to determine when to upgrade. This is what it looked like for April 2015.
- 2.0 - 0.79%
- 3.0 - 0.52%
- 3.5 - 15.22%
- 4.0 - 31.50%
- 4.5 - 51.97%
You can extrapolate the 2.0 and 3.0 numbers from 3.5 since 3.5 requires/includes those earlier versions to be installed. Likewise 4.5 replaces 4.0 with full backward compatibility so 83.47% of our existing customer base is compatible with 4.0.
As a bonus here's the information on the OS distribution for our customer base for that particular application.
- Windows XP - 23.12%
- Windows Vista - 1.04%
- Windows 7 - 66.75%
- Windows 8 - 8.83%
This is the data for active installations, I filter out installations that have not had any data reported for months.
© 2022 - 2024 — McMap. All rights reserved.