Using P4Merge with TortoiseGit

The team I’m currently working with uses Perforce as their versioning system. Personally I prefer Git over Perforce, but Perforce has a great merging/diff tool called P4Merge. Fortunately you can install P4Merge separately without the rest of the system. I mainly use the Bash and TortoiseGit when working with GIT , this article demonstrates how to integrate P4Merge with TortoiseGit.

Add a comment

Lees meer...

Starting IIS Express from the command line

I've been working with IIS express for some time now, but only as an integrated webserver in Visual Studio. Today I stumbled upon a feature of IIS Express I didn't know existed. You can start IIS express from the commandline and host a webapplication on the fly. No Visual Studio needed.

Add a comment

Lees meer...

Update jqGrid Html helper for ASP.NET MVC

We released a new version of MvcJqGrid, a fluent html helper which eases the the implementation of jqGrid in ASP.NET MVC applications. I'll give a short description of the most notable changes in this article. Source code and documentation are hosted on github. We included a sample application in the source code, a live example can be found here.

Add a comment

Lees meer...