Michael's Blog

ASP.NET and Embedded Development

  • Debug Internet Explorer Javascript

    Only one tip that I didn't know before: When you want to debug Javascript code you can start your debugger (Visual Studio .NET or Script Debugger), search for the correct iexplore.exe process, attach … more

  • Ajax.NET Open Source available

    While getting more and more emails from developers asking for a open source project I will have a look around in the open source world to find a good license and place where to put the source code. … more

  • Gmail and forbidden extensions

    Some months ago I tried to send a ZIP file containing a EXE file which is forbidden to be sent on Gmail. Gmail is extracting the ZIP file and will not send the email until it is removed. Some users … more

  • Ajax.NET - new release with Usage Guide

    A new version is available free for download at http://ajax.schwarz-interactive.de/download/ajax.zip including a usage guide and a quick start. - security issue fixed- add DataRow- add … more

  • Download Ajax.NET Wrapper usage guide

    You can download a first usage guide for the Ajax.NET Wrapper DLL at http://ajax.schwarz-interactive.de/download/AjaxGuide.doc. Thanks Karl for writing this useful documentation!!! A quick guid is … more

  • Ajax.NET Wrapper with new features

    I have added this night some features for the Ajax.NET Wrapper DLL: - new utility to write needed script tags (Ajax.Utility.RegisterTypeForAjax(Type t))- the common javascript will be added when one … more

  • AJAX benefits

    I get a lot of feedback by email and comments on my blog. Sorry, if I cannot answer all that fast. A lot of developers are asking me what are the benefits using the AJAX .NET Wrapper DLL or simply … more

  • AJAX .NET Wrapper DLL Video

    Because I do not have time to write a documentation I added a small video that will show you how to use the AJAX .NET Wrapper DLL. First I will show the old way using postbacks to the Server. Two … more