Michael's Blog

ASP.NET and Embedded Development

  • AJAX in Microsoft ASP.NET 2.0

    As you can read on the Microsoft Product Feedback Center the idea of adding AJAX support to Whidbey is to late. But Microsoft will think about it: Thank you for your suggestion. AJAX is defininitely … more

  • Ajax.NET and enums, XmlDocument,...

    With the free Ajax.NET Library you can use enums, now. I will export the value as an string:   enum MyType{ Unkown, Starting, Stopped, Killed }  MyType x = MyType.Starting;   // … more

  • Ajax.NET is now supporting all build-in types

    Sorry, I still forgot some types. Now, I added all build-in types. You can download the latest Ajax.NET Library at http://ajax.schwarz-interactive.de/. The current version is 5.6.3.1.   [ … more

  • Ajax.NET support in future .NET versions??

    I added the Ajax.NET idea to the Microsoft Product Feedback Center: http://lab.msdn.microsoft.com/ProductFeedback/viewFeedback.aspx?feedbackId=FDBK28434&lc=1033 If you are thinking that the idea … more

  • Cojax, an Ajax style code viewer using Ajax.NET

    Scott Watermasysk put together a nice example of Ajax called Cojax. Cojax is an ajaxian source code viewer using the free Ajax.NET Library which consists of: Left hand tree structure which … more

  • Ajax.NET 5.5.30.3 (cookieless support)

    There is a new version available at http://ajax.schwarz-interactive.de. Feel free to download the version 5.5.30.3 with following fixes: - Script tags will use type instead of language- cookieless … more

  • Ajax.NET and Unit Testing of Web Applications

    I am back from vacation and build a cool new library using Ajax.NET. The new library (hm, I need a nice name) will allow the developer to build test scenarios that will work like NUnit, but will … more

  • Ajax.NET bugfixes and new features

    I fixed several bugs in the last week. Because of internal complete redesign some objects like DataSet returned wrong to the client-side Javascript. Also some NullReferenceExceptions have been fixed. … more