So Git doesn’t come with a GUI based merge tool out of the box, which is fine. It’s rather easy to configure Git to use a visual 3-way diff tool. Here’s some tips on how to setup a GUI merge tool for Git on Windows. Which one to choose? Well, that’s a personal choice. Popular [...]
Thanks to this stupidity from Oracle, I needed to uninstall Java 7 and go back to the Java v6 runtime. (Hey, Oracle, this bug was reported 9 months ago.) Well, the official way of uninstall Java 7 and roll back to v6 from Oracle and Apple didn’t work for me. $ java -version still reported [...]
Membership Provider property must be an instance of ExtendedMembershipProvider Have you just created an ASP.NET MVC 4 internet project, decided to use the universal providers to utilize SQL Azure? So you have installed the NuGet package Microsoft ASP.NET Universal Providers and now your project bombs with: To call this method, the “Membership.Provider” property must be [...]