How to get meld working with git on Windows
Inspired by these instructions, I followed these steps: Install Python 2.6 Install PyGTK All-in-one installer Install meld Then you need to configure git to be able to find and invoke…
Read up on .NET news, tips, cautions... and other areas of technological interest.
Posts that would be primarily interesting to folks in a software engineering field.
Inspired by these instructions, I followed these steps: Install Python 2.6 Install PyGTK All-in-one installer Install meld Then you need to configure git to be able to find and invoke…
In my last post, I detailed the differences among read/write, read only, frozen and immutable collection types. I described how immutable collections come with a hit to the garbage collector…
I have accepted a new position within Microsoft with the Visual Studio Platform & Ecosystem team. Rather than working on the .NET Compact Framework I will be working on "VS10". …
Somehow the "Schneier on Security" blog feed was injected into my Google Reader environment. I have never heard of this guy, and I certainly don’t have his feed in my…
Some internal changes here at Microsoft finds me looking for a new job. I am focusing my search on jobs still here at Microsoft, but I guess I need to…
The C# library I wrote that wraps SPSS IO library (spssio32.dll) for managed applications is now hosted on CodePlex. It hasn’t been developed much in the last few years, but…
I have 1GB databases that grow several GB log files. How do you safely clear those logs? Well, probably the best practice includes backing them up. That was overkill for…
So I’ve finished my first week here at Microsoft working with the .NET Compact Framework team. They are a very friendly group, and I am happy to be working with…
I can crash your Internet Explorer 6.0 (with all the latest patches) anytime you visit my page, with no warning at all. Fun stuff. I’m explaining how to do it…
My open-source MyNHibernateContrib project, which adds support for generics, two-way collections and nullables to NHibernate, finally got a decent example web app. It is very small (as good example apps…