Often 开发者_如何学运维I find myself coming across code like this: try { StreamWriter strw = new StreamWriter();
Is search and replace the only way to rename as asp control in the code behind file? I find this extremely annoying, but it is the only way I can find.
Is there a tool available that can scan a C# or VB.NET project 开发者_如何学Goand automatically remove all unused local variables?Ahem: FxCop and ReSharper are nice and all, but the compiler will happ
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_如何转开发Want to improve this question? Update the question so it can be answered with facts and cita
I have a freelance web application project where the client requests new features every two weeks or so.I am unable to anticipate the requirements of upcoming features.So when the client requests a ne
We have inherited a project that is a wrapper around a section of the core business model. There is one method that takes a generic, finds items matching that type from a member and then returns a l
I have a project (related to graph algo开发者_开发问答rithms). It is written by someone else. The code is horrible:
Over a year ago, I remember watching one of DevExpress evangelists previewing or at least promoting rich Javascript refactoring (beyond just limited intellisense) within the Visual Studio shell, I rec
I have a source code that is needed to be converted by creating classes, objects and methods. So far, I\'ve just done by converting the initial main into a separate class. But I don\'t know what to do
UPDATE: I should have mentioned in the original post that I want to learn more about generics here. I am aware that this can be done by modifying the base class or creating an interface that both docu