Michael's Blog
ASP.NET and Embedded Development
-
What is AJAX? And why we (don't) use AJAX...
I read the blog from Wallace What is AJAX? Yes, what is AJAX and why do we want to use AJAX? We have to use AJAX because everyone is talking about it! We have to use AJAX because big companies ( … more
-
AJAX and the Search Engine Problems
There are already thousands of web sites using AJAX or similar techniques. One problem all of them have is the point that web crawlers will only search for HREF, SRC or some other link tags. I never … more
-
Ajax.NET Source Code moved to SediSys
Since the day before yesterday SediSys (http://www.sedisys.com) is the new owner of the source code for the Ajax.NET library. SediSys will make the source code be available as an … more
-
WebServices and Ajax.NET
Some developers asked me if it is possible to use WebServices (WebMethods) in Ajax.NET. Yes, of course, you can add the AjaxMethod attribute to the method. Ok, you do not want to change the … more
-
Ajax.NET or the Atlas Framework?
I found a lot of blogs and articles that are asking if we should use the Ajax.NET library or the Atlas Framework. My opinion is that it is not easy to compare these two AJAX ideas. Ajax.NET was only … more
-
Large IIS LogFiles using Ajax.NET
For those of you did not had a look at the LogFiles: using Ajax.NET or any other AJAX library will increase the HTTP requests made to the server. If you have enabled the log files you will get very … more
-
Ajax.NET for Microsoft ASP.NET 2.0 (beta)
I have compiled the Ajax.NET library for the Microsoft .NET Framework 2.0 (beta). You can download the ajax.dll from http://ajax.schwarz-interactive.de/download/ajaxbeta.zip. If you have time please … more
-
Ajax.NET version 5.7.22.2
I updated the latest release of the Ajax.NET library (5.7.22.2) on my website http://ajax.schwarz-interactive.de/. To download the library click here. The new ajax.dll is not included in the … more
-
Ajax.NET and the open source trouble
Some weeks ago I wrote here on my blog that Ajax.NET will go online as an open source project. I tried several hosters for this project but I ran in different problems because I never put source code … more
-
Ajax.NET is an open source project, now!!
First of all I want to thank you for your help to improve the free Ajax.NET library by sending feedback and ideas. I am happy to give the .NET developers an easy and fast way to implement AJAX … more