Browse by Tags
All Tags »
Code inspections (
RSS)
Ever wondered if Microsoft use FxCop themselves, and which rules they have turned on? Well, the Visual Studio Code Analysis Team Blog gives you the answer. If you click this link , you will find a complete list of rules Microsoft use when analysing their...
The Visual Studio Code Analysis Team Blog announces the release of FxCop 1.36 Beta.This new version contains the following (taken from the original post ): 200+ bug fixes that reduce noise, missing analysis and rule crashes Support for analyzing anonymous...
I tried compiling my application just now and got this error message from the compiler: Preparing resources... Updating references... Performing main compilation... error CS0583: Internal Compiler Error (0xc0000005 at address 77FCD43E): likely culprit...
The web application I'm working on logs errors in a log file using Log4Net. Nothing new, loads of applications do that. But I was surprised when I found the following error message: System.Data.SyntaxErrorException: Syntax error: Missing operand after...
Triggered by a request from one of my colleagues, I decided to blog about why I think code inspections are useful and how they might be conducted. ...
I built a very small application which only shows information from a table in a standard DataGrid. Nothing special, other than I had to do it in VB.Net 1.1. I have just finished testing it, and am now running FxCop on the code to see what problems I still...
I thought I'd give some insight in the huge method I was telling you about in my previous post , and rant some more about software development in general. The code samples used have been edited so that they won't give information about my current assignment...
I've been doing code inspections on various projects, and I have seen things I never believed possible. Last year I wrote an article about how I feel about software development . In that post, I explained why I try to keep methods as small as possible...
I had just read Dennis's post about the switch statement . The code ofcourse is amusing, but I think Dennis proves that code inspections are useful. I still do regular reviews of code, and here's a piece of code I bumped into this morning: DataSet ds...
If you're not interested in someone expressing his feelings about checking code and code quality, please skip this post. If you're still reading this, then I assume you're interested and I would really like you to comment on this subject. I've been working...
using Anticipating Minds DevMetrics 2.0...
In addition to Rick's post on comments in code , I couldn't resist adding my own post about coding conventions. Comments One last remark about comments in code and self-explanatory method names and variables. You may think this is non-sense, but someday...
In one of my previous posts I tried to make a case for code inspections . I personally believe that regular code inspections, provided they are conducted correctly, can greatly improve the quality of your code and thus the quality of your end product...
Last week, I was asked to look at a problem in our companies application framework. It appeared that our database component sometimes failed when using transactions. While looking at that problem, I also saw some other regularities that, in most cases...
In the project I'm working on now, we use XML documentation in our code. This morning we tried to compile a release mode version of the project, because we needed to build a test setup version. The compiler suddenly complained about missing XML comments...
More Posts
Next page »