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]

Google Maps ASP.NET control and the KML framework

How to create a Google Maps control and use the KML wrapper framework. Can also be used to consume a standard KML stream without the need for KML framework. [More]

Using the active directory membership provider with EPiServer

How to override the Active Directory membership provider to change the wildcard mapping when searching for users with EPiServer. Also how to overcome the 1000-user limit in active directory searches. [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]

.NET Kml wrapper framework

.NET Kml wrapper framework. Includes sourcecode and binaries. Use this to generate KML through typed objects. The .NET KML wrapper framework enables users (you) to create the KML file through typed objects. I'm not going to go into detail for each and every class, but instead highlight key functionalty. How you choose to utilize the wrapper framework is up to you. I prefer the use of Http Generic handlers (.ashx), but implementing it together with a user control (.ascx) or directly on an ASPX-page is doable. [More]