This is a guest post from Albin Sunnanbo, sharing a convenient config trick for Notepad++. If you are using Notepad++ as your favorite editor for text files you should configure style mapping for XML files. Instead of going into the menu Language->Xml everytime you open a file with xml data you can configure XML as… Continue reading Configure XML formatting in Notepad++
Author: Albin Sunnanbo
Creating an Empty List<AnonymousType>
This post is written by guest blogger Albin Sunnanbo. He’s a great friend and source of inspiration and also one of the best developers I know. It was Albin that first introduced me to LINQ, EF Migrations and jQuery that I now use daily. Sometimes you use Tuple<T1, T2> in C# to store results of… Continue reading Creating an Empty List<AnonymousType>
Using a Bit of Luck to Track Down CSS Parse Errors in IE7
This post is written by guest blogger Albin Sunnanbo. He’s a great friend and source of inspiration and also one of the best developers I know. It was Albin that first introduced me to LINQ, EF Migrations and jQuery that I now use daily. Recently I had trouble with Twitter Bootstrap in IE7. We had recently… Continue reading Using a Bit of Luck to Track Down CSS Parse Errors in IE7
Updating EntitySets with LINQ2SQL
This post is written by guest blogger Albin Sunnanbo. He’s a great friend and source of inspiration and also one of the best developers I know. It was Albin that first introduced me to LINQ, EF Migrations and jQuery that I now use daily. I often find myself in situations where I need to update… Continue reading Updating EntitySets with LINQ2SQL
Speed up debugging using the DebuggerDisplayAttribute
Today’s post is written by guest blogger Albin Sunnanbo. He’s a great friend and source of inspiration and also one of the best developers I know. It was Albin that first introduced me to LINQ, EF Migrations and jQuery that I now use daily. In this post Albin shows how to use the [DebuggerDisplay] attributes… Continue reading Speed up debugging using the DebuggerDisplayAttribute