Michael's Blog
ASP.NET and Embedded Development
-
Object and Collection Initializers in VS.NET 2008
While working with the new Visual Studio .NET 2008 I'm using more and more the new features that are available in Visual Studio .NET and C# compile options. One of those features are object and … more
-
MVC Framework and Mobile Device
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
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
-
MSDN Webcast: Silverlight 1.0 Overview
Rob Bagby, MSDN Developer Evangelist, will present Silverlight 1.0 on Wednesday, 15th August at 11:00 AM Pacific Time (US & Canada). In this session, we present an overview of Microsoft … more
-
Silverlight Peformance Tips
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)
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
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
-
Upgrading your project to Silverlight Alpha 1.1 Refresh
Scott Hanselman wrote on his blog about how to upgrade your project from Silverlight 1.1 Alpha to Alpha Refresh. There are a couple of breaking changes in Silverlight 1.0 RC1. Because the 1.1 version … more
-
SwirlChat Module v2 (for DNN)
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
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