Different merge or diff tools with TFS

When working on my free time I tend to use Subversion for my source control needs but some clients have a lot of investements in the Microsoft sphere and thus prefer Team Foundation Server. It´s an ok alternative to Subversion but Visual Studio´s support for merge and...

Telerik Installer – How it´s supposed to look

I just got a comment from the always as nice Telerik crew asking me to review the JustDecompile tool again (since I might´ve been a bit harsh on it last time) and though I haven’t had time to make a proper dive in to the actual tool yet I thought i´d just...

Entity Framework query sql

Ever tried to build complex joins using Linq with Entity Framework and finally ending up with something you just suspect might be a hell of a lot less efficient than possible? In that moment it might prove useful to get the clean actual SQL your Linq query actually...

A* algorithm

From time to time I appear at a local school (IT Gymnasiet Örebro, Sweden) trying to perform some kind of half assed presentations about all things under the sun. This week I´m doing a reading about the Heuristically weighted Dijkstra (I find it important to actually...