Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m running a full code analysis on my project, and it says it has 500 issues. I\'ve boiled it down to 300 now, but I\'m struggling with an issue I can\'t seem to find a solution for.
I recently had an interview and was given a small problem that I was to code up. The problem was basically find duplicates in an array of length n, using constant space in O(n). Each element is in th
When I add the following lines into my code [DllImport(\"user32.dll\")] static extern void keybd_event(byte key, byte scan, int flags, int extraInfo);
The normal pattern for avoiding the CA2000 warning about non-disposed locals is to use a temp variable that gets disposed if anything goes wrong, like:
Given there is no cross browser const in Javascript and most of the work-arounds are more complex than I care for, I am just going to go with the naming convention of THIS_IS_A_CONSTANT.All well and g
I am having findbugs error for the below code, if( obj instanceof CustomerData ) { CustomerData customerData = (CustomerData)obj;
We have CODE_ANALYSIS defined in our C# components so that FxCop analyzes them when we build them on our development boxes. I would like to have FxCop turned off when it runs through our build system.
Is anyone aware of any methodology to try and determine the method and instance variable dependencies that exact for a single method in an object oriented class? For example, if I have the following c
I have a generated file with around 10,000 public static properties and methods. I suspect that a nontrivial number of them are entirely unused开发者_开发百科, but there are around 50 assemblies and m