-
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: April 2009
The big picture of the SharpDevelop code base
I wanted to see what NDepend had to say about the code of SharpDevelop 3.0. SharpDevelop is an Integrated Development Environment (IDE) for C#, VB.NET and Boo projects. It is compatible with VisualStudio 2008 project and solution files. You … Continue reading
Posted in Uncategorized
4 Comments
NDepend and the quality of the Cruise Control .NET code base
A few weeks ago, I used NDepend to analyze the CruiseControl .NET code base and see what kind of good things and flaws could be spotted. Analyzing the code base of CruiseControl.NET. Hopefully, for the CC.NET team leaded by Craig … Continue reading
Posted in Uncategorized
3 Comments
Do we need Micro-Optimization?
I just posted some micro-optimization tricks I found efficient and I got the following question: Khaja Minhajuddin Great article and very good tips. However, do you think we really need to invest our time in micro optimizations when throwing some … Continue reading
Posted in Uncategorized
10 Comments
Micro- optimization tips to increase performance
In a previous post Lesson learned from a real-world focus on performance, I explained how we increased the NDepend static analysis process performances with a 4 factor. The post quantified performance gain, and interestingly enough 25% came from micro-optimizations. … Continue reading
Posted in Uncategorized
17 Comments
The Microsoft project CCI (Common Compiler Infrastructure) goes Open Source
Download it on CodePlex here. CCI can read/write metadata contained inside .NET assemblies. My guess is that CCI got developed by Microsoft to get a better System.Reflection. Indeed, I explained previously in the post Mono.Cecil vs. System.Reflection that System.Reflection comes … Continue reading
Posted in Uncategorized
4 Comments
NCover v3 rocks!
We’ve just move forward the NDepend code coverage under NCover v3 and it rocks! At first glance I can see that: The coverage phase is much faster. I didn’t measure exactly but intuitively I would say 2 times faster than … Continue reading
Posted in Uncategorized
Leave a comment
Efficiently Searching Code Elements by Name
Normal 0 false false false EN-US X-NONE X-NONE What the tremendous success of Google told us is that being able to find the right information quickly is essential. Here both Time (spent searching) and Relevancy (of the result found) are … Continue reading
Posted in Uncategorized
1 Comment