Michael's Blog
ASP.NET and Embedded Development
-
Comparison of AJAX frameworks for ASP.NET
Daniel sent me his comparison of indirect AJAX programming frameworks for ASP.NET. As Ajax.NET is a framework where you have to do JavaScript programming other frameworks allow you to use AJAX … more
-
I'm back...
Today I will talk to all of you and thank you for your help on Ajax.NET! Since end of last year I had to slow down the work on Ajax.NET because my body asked me for some hours to sleep. My nightly … more
-
WMF Security Update
I found the new security update for the WMF image bug, see: http://www.microsoft.com/technet/security/bulletin/ms06-jan.mspx more
-
I have received the Microsoft MVP Award
Dear Michael Schwarz,Congratulations and Welcome to the Microsoft® MVP Program! [...] I'm a Visual Developer - ASP/ASP.NET MVP 2006, now... and hopefully I have more time on Ajax.NET Professional. & … more
-
Ajax.NET Professional Beta 5.11.24.1 available
I posted a new version to the Google group. Attached you will find a beta version of the next version. I had to recode a lot of parts to get the queue working correct with 2 http connections. Now, if … more
-
Ajax.NET Converters - Why?
I got some questions concerning the Ajax.NET Professional converters. Here is my answer I wrote to the Google group already: 1) I will make a first example with a object called Person. The Person … more
-
XmlHttpRequest not working
The last weeks I done a lot of test because of the memory leaks using .innerHTML or events (closures). When building some test pages I ran into a problem. I reached 65.000 handles for iexplore.exe. … more
-
Ajax.NET Professional and Client Callbacks
Today I tried to use Ajax.NET Professional with Client Callbacks in ASP.NET 2.0. The problem I never used the Client Callbacks was that they are only using strings for the data that is sent between … more
-
Ajax.NET Professional Google Group
Do you want to be the 500th member of the Ajax.NET Professional Google Group? Today the member list counted 473 members and 267 topics since 1st October 2005. You can read the threads by email, your … more
-
Fixed pre-release for Exception Handling
I posted a pre-release version to the Google group, download the latest pre-release version here. 1) fixed the error object, it will now be used instead of res.value: if(res.error != null) { … more