Torq FxCop Setup
FxCop is a static analysis tool from Microsoft that checks software source code for conformance to the Microsoft .NET framework’s design guidelines....
Explore posts tagged with "visual-studio" below.
FxCop is a static analysis tool from Microsoft that checks software source code for conformance to the Microsoft .NET framework’s design guidelines....
We recently upgraded to using Visual Studio 2008 for compiling our MacroView source code on Windows. Previously we had used Visual Studio 2003 so there was a jump over the 2005 compiler version....
My interpretation of Microsoft's vision for Sparkle is as a tool for designers while developers will use Visual Studio and they both will work on a Visual Studio project/solution....
I recently splurged and purchased a Dell 2405FPW 23 inch monitor. The (possibly spurious) justification was that it would improve my development productivity by having more real estate....
I've just started using Visual Studio 2005 on an existing C# solution in earnest today. There were too many dependancies on third party controls for the existing solution to entertain the possibility...
While listening to various podcasts and reading blogs on VSTO 2005 I got the distinct impression that there are so many deployment restrictions to the VSTO functionality, it would be difficult to...
Eric Gunnerson wrote a post on field name conventions where the conclusion was that having an m_ prefix in front of field names makes it easier to identify fields versus variables....
Bummer. Given the complexity of C++ reverse engineering compared to the simpler/cleaner languages such as C#, VB.NET and J# this is understandable....
Sam Gentile is not happy about the cutting of most of the refactoring functionality out of VS.NET 2005. I tend to stay on the C# side of the fence - just because that's the syntax I'm most familiar...