Anthony Trudeau
9 posts.
- First PC Build (Part 1)A couple of months ago I made the decision to build myself a new computer. The intended use is gaming and for using the last real version of Photoshop. I…
- CryptoLicensing EvaluationThe software you write is valuable. Therefore, it should be protected. When you provide software for sale you need a mechanism to ensure it’s used within…
- Crypto Obfuscator EvaluationObfuscation is the hiding of intended meaning. And within the context of programming it’s a necessary evil for different classes of programs.
- NDepend 4.0 ReleasedLast week version 4.0 of NDepend was released. NDepend is a Visual Studio add-in designed for intense code analysis with the goal of high quality code. A…
- NDepend Evaluation: Part 3NDepend is a Visual Studio add-in designed for intense code analysis with the goal of high code quality. NDepend uses a number of metrics and aggregates…
- InvalidProgramException Running Unit TestThere is a bug in the unit testing framework in Visual Studio 2010 with unit testing. The bug appears in a very special circumstance involving an internal…
- Problems installing Office 2007I got the following error when I tried to install Office 2007 Professional this morning: > The 2007 Microsoft Office system does not support upgrading…
- Using WIA for scanningI was playing around this morning with scanning images and put together an adapter class that uses the Windows automation library (WIAAUT.DLL) which is…
- User Defined Aggregates (UDA) in SQL Server 2005The first thing to do is create the class that will serve as the source for the aggregation. The class that we add will implement four key methods: Init,…
