473,467 Members | 1,430 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Market penetration of ASP versus ASP.NET

I surveyed market penetration of various server-side technologies
using Google's search facility. Results are in number of occurrences
of each file extension:

FileExt Occurrences
====================
..PHP 324M
..ASP 243M
..CGI 171M
..JSP 38M
..ASPX 23M

Despite years of marketing and attempts to convert programmers, it
appears that ASP.NET is a failure.

ASP in contrast remains vibrantly present, solidly ensconced in second
place behind PHP. After many years, ASP has more than 10 times larger
usage than ASP.NET.

Any other surveys available that show ASP.NET adoption (or
abandonment, since this is also occurring)?
Jul 19 '05 #1
11 1522
Jos
dotnetforfood wrote:
I surveyed market penetration of various server-side technologies
using Google's search facility. Results are in number of occurrences
of each file extension:

FileExt Occurrences
====================
.PHP 324M
.ASP 243M
.CGI 171M
.JSP 38M
.ASPX 23M
I guess your survey overestimates PHP and ASP a little, since
Google will also return pages that mention PHP or ASP, but which are
not written in PHP or ASP.
In contrast, ASPX is only the extension, it's not the name of the
technology.

But I admit that would only change your results for about 10% at most.
Despite years of marketing and attempts to convert programmers, it
appears that ASP.NET is a failure.

ASP in contrast remains vibrantly present, solidly ensconced in second
place behind PHP. After many years, ASP has more than 10 times larger
usage than ASP.NET.
This is normal, I think, because these are mostly old applications.
It would be more interesting to see the distribution for pages created
or updated in the last year. Unfortunately, Google doesn't show
the date of the source file.
Any other surveys available that show ASP.NET adoption (or
abandonment, since this is also occurring)?


--

Jos
Jul 19 '05 #2
Jos wrote on 29 mei 2004 in microsoft.public.inetserver.asp.general:
I guess your survey overestimates PHP and ASP a little, since
Google will also return pages that mention PHP or ASP, but which are
not written in PHP or ASP.


Not using use Google "filetype:":

If you compare pages with the word "but" in it,
a mainly English subgroup, but you could try several other words:
http://www.google.com/search?q=but+filetype:asp
14,400,000

http://www.google.com/search?q=but+filetype:php
12,400,000

http://www.google.com/search?q=but+filetype:aspx
2,490,000

http://www.google.com/search?q=but+filetype:html
26,000,000

http://www.google.com/search?q=but+filetype:htm
20,900,000

=======================

Using a typically Dutch [not so] common word "misschien":

http://www.google.com/search?q=misschien+filetype:asp
120,000

http://www.google.com/search?q=misschien+filetype:php
264,000

http://www.google.com/search?q=misschien+filetype:aspx
5,760

http://www.google.com/search?q=misschien+filetype:html
311,000

http://www.google.com/search?q=misschien+filetype:htm
264,000

======================

aspx seems to be a looser.

Let us try one yesar from now() !

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 19 '05 #3
ASP.NET is probably the fastest growing enterprise application development
technology at the moment. A few months ago it overtook JSP/J2EE on public
sites (according to Netcraft):
http://news.netcraft.com/archives/20..._servlets.html

Microsoft (and other major vendors) also do a lot of market research. ASP
and PHP are still an order of magnitude more popular than ASP.NET. That said
*new* development is overwhelming being done in ASP.NET for non-trivial
applications (there is still a fair bit of ASP development for very small,
hobbyist type applications).

Cheers
Ken
"Evertjan." <ex**************@interxnl.net> wrote in message
news:Xn********************@194.109.133.29...
: Jos wrote on 29 mei 2004 in microsoft.public.inetserver.asp.general:
: > I guess your survey overestimates PHP and ASP a little, since
: > Google will also return pages that mention PHP or ASP, but which are
: > not written in PHP or ASP.
:
: Not using use Google "filetype:":
:
: If you compare pages with the word "but" in it,
: a mainly English subgroup, but you could try several other words:
:
:
: http://www.google.com/search?q=but+filetype:asp
: 14,400,000
:
: http://www.google.com/search?q=but+filetype:php
: 12,400,000
:
: http://www.google.com/search?q=but+filetype:aspx
: 2,490,000
:
: http://www.google.com/search?q=but+filetype:html
: 26,000,000
:
: http://www.google.com/search?q=but+filetype:htm
: 20,900,000
:
: =======================
:
: Using a typically Dutch [not so] common word "misschien":
:
: http://www.google.com/search?q=misschien+filetype:asp
: 120,000
:
: http://www.google.com/search?q=misschien+filetype:php
: 264,000
:
: http://www.google.com/search?q=misschien+filetype:aspx
: 5,760
:
: http://www.google.com/search?q=misschien+filetype:html
: 311,000
:
: http://www.google.com/search?q=misschien+filetype:htm
: 264,000
:
: ======================
:
: aspx seems to be a looser.
:
: Let us try one yesar from now() !
:
: --
: Evertjan.
: The Netherlands.
: (Please change the x'es to dots in my emailaddress)
Jul 19 '05 #4
That said
*new* development is overwhelming being done in ASP.NET for non-trivial
applications (there is still a fair bit of ASP development for very small,
hobbyist type applications).


I'm likely in the minority, but I still develop full-blown web applications
in ASP. It is certainly capable, it's just not as "new and exciting"...
Jul 19 '05 #5
Aaron Bertrand [MVP] wrote:
That said
*new* development is overwhelming being done in ASP.NET for
non-trivial applications (there is still a fair bit of ASP
development for very small, hobbyist type applications).


I'm likely in the minority, but I still develop full-blown web
applications in ASP. It is certainly capable, it's just not as "new
and exciting"...


Same here. Our company is still using NT4 servers to host IIS, so I have no
choice. This is supposedly the year that we migrate to Win2003, but I won't
be holding my breath ...

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #6
Al
ASP and ASP.NET are primarily corporate technologies, unlike the rest. Google search will be partial to tools/ technologies that are available free or at less premium. For example, more companies offer private-site services with PHP than with ASP or ASP.NET. Many internal applications are written in ASP and ASP.NET comparatively, which Google wont be able to reach

Al

----- Bob Barrows [MVP] wrote: ----

Aaron Bertrand [MVP] wrote
That sai
*new* development is overwhelming being done in ASP.NET fo
non-trivial applications (there is still a fair bit of AS
development for very small, hobbyist type applications)
I'm likely in the minority, but I still develop full-blown we

applications in ASP. It is certainly capable, it's just not as "ne
and exciting"..


Same here. Our company is still using NT4 servers to host IIS, so I have n
choice. This is supposedly the year that we migrate to Win2003, but I won'
be holding my breath ..

Bob Barrow

--
Microsoft MVP - ASP/ASP.NE
Please reply to the newsgroup. This email account is my spam trap so
don't check it very often. If you must reply off-line, then remove th
"NO SPAM

Jul 19 '05 #7
Aaron,
If your in the minority, then I have no idea where I am (I still use
ASP too, lol).

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"Aaron Bertrand [MVP]" <aa***@TRASHaspfaq.com> wrote in message
news:eY**************@TK2MSFTNGP09.phx.gbl...
That said
*new* development is overwhelming being done in ASP.NET for non-trivial
applications (there is still a fair bit of ASP development for very small, hobbyist type applications).
I'm likely in the minority, but I still develop full-blown web

applications in ASP. It is certainly capable, it's just not as "new and exciting"...

Jul 19 '05 #8
Steven Burn wrote on 31 mei 2004 in
microsoft.public.inetserver.asp.general:
Aaron,
If your in the minority, then I have no idea where I am
(I still use ASP too, lol).

"Whenever you find yourself on the side of the majority,
it's time to pause and reflect."

Mark Twain
Jul 19 '05 #9
hehe...... excellent quote ;o)

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
"Evertjan." <ex**************@interxnl.net> wrote in message
news:Xn********************@194.109.133.29...
Steven Burn wrote on 31 mei 2004 in
microsoft.public.inetserver.asp.general:
Aaron,
If your in the minority, then I have no idea where I am
(I still use ASP too, lol).

"Whenever you find yourself on the side of the majority,
it's time to pause and reflect."

Mark Twain

Jul 19 '05 #10
Hello Chaps,

This thread's topic is remarkably similar to the very quiet current
discussion topic over on developersdex!

Why not join in and liven it up?

PS. All my development is still done in ASP - both corporate internal
and private external.

Cheers,
Nicolas
http://www20.brinkster.com/intefacesa/

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #11
On 28 May 2004 22:28:15 -0700, do***********@yahoo.com (dotnetforfood)
wrote:
I surveyed market penetration of various server-side technologies
using Google's search facility. Results are in number of occurrences
of each file extension:

FileExt Occurrences
====================
.PHP 324M
.ASP 243M
.CGI 171M
.JSP 38M
.ASPX 23M

Despite years of marketing and attempts to convert programmers, it
appears that ASP.NET is a failure.

ASP in contrast remains vibrantly present, solidly ensconced in second
place behind PHP. After many years, ASP has more than 10 times larger
usage than ASP.NET.

Any other surveys available that show ASP.NET adoption (or
abandonment, since this is also occurring)?


You mean surveys that aren't using a flawed analysis such as yours?

Jeff
Jul 19 '05 #12

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Thorsten Reichelt | last post by:
Hi, I'm involved in a research project on spatial prepositions. In that project we use very simple, static 3D maps that are represented in a tiny subset of x3d enriched with some few linguistic...
2
by: Rick Byers | last post by:
We're trying to determine whether we should deploy our app built against ..NET 1.0 or 1.1. We've already decided that until the number of users with the 1.0 runtime but NOT the 1.1 drops close to...
8
by: dotnetforfood | last post by:
I surveyed market penetration of various server-side technologies using Google's search facility and posted them to the microsoft.public.inetserver.asp.general newsgroup. Results are in number of...
346
by: rkusenet | last post by:
http://biz.yahoo.com/rc/040526/tech_database_marketshare_1.html Interesting to see that database sales for windows is more than Unix.
68
by: rkusenet | last post by:
http://www.eweek.com/article2/0,1759,1820667,00.asp The database market grew by 10.3 percent in 2004, fueled largely by hunger for business intelligence and analytics, according to numbers...
1
by: milener | last post by:
THis may not be the right forum for market questions, I'm looking for an active set of .Net / C# folks to help us locate the right information I'm looking for the following, : - % of Windows...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.