Michael's Blog

ASP.NET and Embedded Development

  • MVC Framework and Mobile Device

    Tags: .NET, Mobile, MVC

    The last days I spent nearly all my time with the MVC Framework. As you may expect I absolutely like the way to control my HTML output more and get rid of the viewstate. When you read my blog you … more

  • Update Silverlight not working

    Tags: Silverlight

    I have noticed the last weeks that if you have an older version of Microsoft Silverlight installed I get following error message when opening Web pages with Silverlight content: Well, this is nice … more

  • Silverlight Peformance Tips

    Tags: Silverlight

    A great post about some Silverlight performance tips: Silverlight: A few thoughts on minimizing CPU usage: The first two suggestions will have the most drastic improvement on the performance of your … more

  • PrettyPrint Fiddler2 Plugin (Alpha)

    Tags: AJAX, JavaScript, Source Code

    I put a first alpha version of the PrettyPrint Fiddler2 plugin online. There are still some problems with regular expressions and lines that don't end with a semicolon, and some unknown maybe... & … more

  • Fiddler2 - JavaScript Beautifier Plugin

    Tags: JavaScript

    Update: download first alpha version of the PrettyPrint plugin for Fiddler2. I think everybody is doing this: you open a Web page and see some nice and tricky effects. Next you start Fiddler2 (which … more

  • SwirlChat Module v2 (for DNN)

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

    swirlhost has released their new chat module that is designed specifically for DotNetNuke: "Since the success of the original SwirlChat version 1.0, we've been scouring our New Features forums and … more

  • Silverlight Configuration Tool

    Tags: Silverlight

    With the latest Silverlight bits you will find a new configuration tool in the Silverlight application folder (i.e. c:\Program Files\Microsoft Silverlight) names slup.exe (SilverLight UPdate?). You … more