Michael's Blog

ASP.NET and Embedded Development

  • 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

    Tags: .NET, ASP.NET

    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 Converters - Why?

    Tags: .NET, AJAX, Ajax.NET, ASP.NET, JSON

    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

    Tags: .NET, AJAX, IE

    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 Google Group

    Tags: .NET, AJAX, Ajax.NET, ASP.NET, Google

    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