-
Archives
- May 2013
- February 2013
- October 2012
- August 2012
- June 2012
- May 2012
- March 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- March 2011
- February 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
Monthly Archives: August 2009
Reveal hidden API usage tricks from any .NET application
Normal 0 21 false false false FR X-NONE X-NONE How many times did you use a .NET application and ended-up wondering: how the heck did they implement that particular feature? I would like to present here a way to reveal … Continue reading
Posted in API usage, CQL, CQL query, decompilation, decompile, Pattern, re-engineering
2 Comments
Identify Code Structure Patterns at a Glance
Normal 0 21 false false false FR X-NONE X-NONE I think that caring for dependencies is the best thing you can do to make your program maintainable and to fight against complexity. I’d like here to provide some tips to … Continue reading
Posted in Acyclic componentization, complexity, coupling, Cycle, Dependencies, DSM, high cohesion, Indirect Dependency, Layer, matrix, Patterns
4 Comments
A GC API that would be convenient
Normal 0 21 false false false FR X-NONE X-NONE I take a chance to expose a wish I have for quite some time. I would like the following method in the System.GC class: public static T[] GetAliveInstancesOf<T>() where T … Continue reading
Posted in GC
16 Comments
The benefits of XCopy deployment
There is a point about NDepend that keeps provoking debate: The product doesn’t come with an MSI-like installer. Indeed, the NDepend redistributable is a zip file. To install NDepend, the user needs first to unzip the zip redistributable file somewhere on the hard drive (usually … Continue reading
Posted in Deployment, MSI, XCopy
23 Comments
Reporting Code Diff
Normal 0 21 false false false FR X-NONE X-NONE Several NDepend users asked our support how to automate showing diff in report. The goal for example, is to list all assemblies/namespaces/types/methods/fields that have been added/changed/removed since the last release. Here … Continue reading
Posted in Build Comparison, Change summary, Code Diff, Report
6 Comments