Results of AJAX Statistic for .NET Development

Michael Schwarz on Tuesday, June 23, 2009

Simone [1] has created another survey [2] concerning AJAX usage with ASP.NET. The results are available, now, and it is really interesting to see that there are only small changes in the use of AJAX libraries for ASP.NET developers.

The most used Ajax/JS library among .NET developers is jQuery [3], which is used by the 71,4% of the users. Second comes the Ajax Control Toolkit [4] with 58,8%, followed by the core ASP.NET Ajax [5] library, which is used by 44,8%.

The 3 most used libraries are still the same of 2007, just with the opposite order (it was ASP.NET Ajax, the Control Toolkit and then jQuery).

He writes more about the results concerning my library:

And, despite becoming a dormant project [6], AJAX.NET Professional [7] lost only 3% of the users.

Here are the results in more detail:

Insert table here...

It is really interesting that there is only one big change, jQuery become the new #1, I use jQuery in combination with my own library since the very beginning, and this combination is still what I recommend to use.

If you have a look at the CodePlex download statistics [8] you can see that Ajax.NET Professional is still alive:

image

And for those of you are interested: yes, I’m still developing my private version of Ajax.NET Professional [7]. I have added several features that let me work with JavaScript, jQuery and ASP.NET more faster. One interesting feature I have added is the AjaxHashCode attribute that will append a __hash property to the JSON converted structure. This can be compared more faster on the client-side JavaScript code to indentify if there is a change in live data. Maybe I will have some time to publish my private version which is not 100% compatible with the public one, but maybe interesting for some of you.