The good news is that Microsoft .NET Framework is installed on a majority of Windows PCs. The bad news is if you are developing an application with the newest version of .NET (3.5), nearly half of Windows PCs cannot run your app.
Alexander McCabe has produced a detailed and thoughtful analysis of the penetration of the various versions of Microsoft .NET Framework installed on Windows PCs. As of October 2009, his study shows the following distribution of .NET versions:
.NET Version | % Installed | % Compatible |
.NET 3.5 | 52% | 52% |
.NET 3.0 | 7% | 59% |
.NET 2.0 | 11% | 70% |
.NET 1.1 | 8% | 78% |
.NET 1.0 | 0% | 78% |
None | 22% | n/a |
The middle column shows the percent of Windows computers that have each version of .NET installed. The right column shows the percent of computers running a version of .NET compatible with the version listed in the first column. For example, if an application requires .NET 2.0, it will also run on .NET 3.0 and 3.5. Hence the percent of computers compatible with .NET 2.0 is 11%+7%+52% = 70%.
McCabe also lists a number of issues that may affect his statistics. For example:
- Only Internet Explorer reliably provides .NET version information.
- IE users use MS software and so may be more likely to have .NET installed.
- IE users may be generally less inclined to install new software, and may be less likely to have .NET installed.
Microsoft’s reluctance to include the .NET Framework automatically with Windows has been a pet peeve of mine since .NET 1.0. This failure probably stems from the Sun vs. Microsoft bad blood over Java years ago. Sun and Microsoft got into a legal spat, Microsoft stopped shipping Java with Windows, and so now Java is a separate download for Windows users. As a result, perhaps Microsoft is wary of appearing monopolistic, hence Microsoft maintains the .NET Framework as a separate download too.
This shortsightedness harms .NET developers because it often requires our customers to download the separate 25+ MB package from Microsoft to run our .NET application. This extra hassle puts .NET developers at a distinct disadvantage to other development platforms.
Microsoft should do the right thing and put users first by including both .NET and Java standard in Windows updates to ensure 100% coverage.
See the .NET statistics at CentralQuestion.com
Article published on October 14, 2009
If you like this article, please share it: |
October 14th, 2009 at 10:09 am
[…] Story at DevTopics AKPC_IDS += "370,";Popularity: unranked [?]SHARETHIS.addEntry({ title: ".NET Installed on Almost 80% of Windows PCs", url: "http://www.csharp411.com/net-installed-on-almost-80-of-windows-pcs/" }); […]
October 15th, 2009 at 11:52 am
Using .NET framework and proprietary software in general is a bad thing. Freedom is the only good way to go.
October 15th, 2009 at 5:22 pm
That’s retarded. Stupid hippies.
October 19th, 2009 at 11:07 am
[…] Read more: DevTopics […]
October 29th, 2009 at 3:47 pm
I agree with you. Shipping the Java and .NET with Windows seems to be the right way.
I also have a question: Does this analysis include the old Windows 98 based machines? 🙂 One of my customers asked me to write a .NET application having Windows 98 compatibility (with .NET 2.0). How cool is that! :))