Dark theme for Visual Studio 2010

This blog post contains the updated dark theme for Visual Studio 2010. The new theme contains some minor “bugfixes” from the old theme and includes better support for XAML. [More]

ENTSSO failure on Windows 2008 64-bit

After having installed Visual Studio 2010 on my 64-bit Windows 2008 server Enterprise Single Signed on stopped working. The event log tells us to call “regasm SSOSQL.dll” – which is very nice. Only it doesn’t work on 64-bit operating systems. [More]

IntelliSense for jQuery in Visual Studio

This post is about implementing rich IntelliSense for jQuery in Visual Studio [More]

A developer’s first EPiServer CMS project at Sogeti, part 2

This is the second post in which I in detail describe how to install and configure an EPiServer project. It is not as comprehensive as Fredrik Vig’s awesome series. I reference Ted Nyberg’s post on how to set up an EPiServer project which is almost identical to the project structure I use. [More]

A developer’s first EPiServer CMS project at Sogeti, part 1

These two posts are the base for an introductory EPiServer lab evening I’ll be hosting at Sogeti (or have hosted depending on when you’re reading this). Instead of a PowerPoint-presentation I thought I’d share the EPiServer love here. I appreciate all the feedback I can get! [More]

“You are not authorized to view this page” in IE, but works fine in FireFox!

This post is about resolving the issue of loopback in IE when using FQDN in the hosts-file together with IIS. [More]

Comfortable Visual Studio settings

To reduce some of the stress I expose my eyes too I use settings for Visual Studio that are less intense than the original settings with white background and small fonts. [More]

Resolving w3wp processes in Vista with Visual Studio

If you're like me, and enjoy using the IIS to debug your sites, then you might've run into the problem where there are a heap of w3wp-processes running simultaneously. How do you know which one to attach to to get into that debugging goodieness? [More]