Skip to main content

Blog

New MSDN Library provides IE7 Search provider

·2 mins

MSDN 2 Library has been online for a while now. When you visit the ‘old’ MSDN library, you see the following text:

We’re upgrading the MSDN Library to a new publishing system which provides improved performance, better search relevance, XHTML compliance, URLs which don’t change after product releases, and more. During the next few months we’ll gradually move content over to the new site, although MSDN Search will work across both sites automatically. The first few levels of the Table of Contents (TOC) tree will be kept in sync across both sites; you can select the product/technology you want in the directory tree and we’ll redirect you to the correct library for that content.

Unexpected behaviour when calling overriden method

·1 min

Since not too long ago, I joined the MSDN Forums. The MSDN Forums is a big community where lots of knowledge is passed around. I recommend joining.

Yesterday I ran into an interesting post. It’s about an overriding method that exactly seems to match the call, but doesn’t get called. In stead, the base method is called… Apparently this is because of override-resolution starting at the base working its way up, and a method declaration that matches more than you would think it does.

Consolas font – my 2 cents

·2 mins

“Consolas is a monospaced font (like an old typewriter) and good for programmers setting code (its core purpose).”

The above quote is taken from the Microsoft Design website, and specifically the part about ClearType fonts. It states the main reason for developing the Consolas Font Pack (download here) is to develop a better font for ‘programmers setting code’. Because of this, I primarily tested Consolas in Visual Studio, my editor of choice when writing code 😉

Personal update

·1 min

Lots of stuff happened the past few months, so it’s time for a personal update. Here we go…

  • I’ll be attending an MSF4 Agile Masterclass @ Microsoft in July

  • In August my girlfriend and I will be the proud owners of a house in Grasrijk (a part of Eindhoven). We can’t wait … !

Houston, we have an upgrade…

·1 min

BloggingAbout.NET was upgraded today! We are now CommunityServer 2.0 enabled. Because of this, I also changed the look and the description of my blog. Why not do everything at once 😉

On Risk-based Software Development (and a hint of Madonna)

·2 mins

Last night at eleven thirty, when I was taking a shower after playing volleyball for an hour and a half, I thought of a link between risk-based software development and….. a pop song*. Sometimes you think of stuff at the weirdest moments.

Error: Could not instantiate activex control ‘xxxx-xxx’ because the current thread is not in a single threaded apartment

·1 min

At our current project, we have an application which is deployed using No Touch Deployment. Because of some SEHException we got a few months back, we started our application in a separate thread using a launcher class which contains the Main() method for the application. Recently we added functionality to display HTML pages our application generates, so we added the ActiveX webbrowser (in AxSHDocVw.dll).

IIS 7.0 on the MSDN .NET show

·1 min

ScottGu blogged about IIS 7.0 on the MSDN .NET show. He and Bill Staples did an interview on IIS 7.0, which will ship with Windows Vista Beta 2. As Scott said: IIS 7.0 is a major, major update and improvement to the overall Microsoft web platform stack. See it. You can find it here.