|
Building Tools
Building the Reflector Add-In
This article will show you how Lutz Roeder's .NET Reflector can be made into an
Add-In for Visual Studio.NET. It will be done using the ManagedAddIns framework.
Tools to download/use
Freeware Developer Products
Tools and components
Chris Sell's Developer Tools
This is a set of .NET, COM and Win32 tools that Chris Sells has built and contributed to the world
VS.NET Fun Facts
Sample code
Fiddler the HTTP Debugging Proxy
Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer and the Internet.
Fiddler allows you to inspect all HTTP Traffic, set breakpoints, and "fiddle" with incoming or outgoing data.
Fiddler is designed to be much simpler than using NetMon or Achilles, and includes a simple but
powerful JScript.NET event-based scripting subsystem.
Mike Woodring's .NET Sample Page
Code samples from Remoting, Reflecting, Threading, Security, Configuration, etc.
Visual Studio
Visual Studio / C# Express Tweaks Part 2: Project Assembly Settings
http://alexmitchell.blogspot.com/2004/07/visual-studio-c-express-tweaks-part-2.html
FXCop and
CriticalError : Assemblies should have the CLSCompliantAttribute.
CriticalError : Assemblies should be marked with the ComVisible attribute.
CriticalError : Assemblies should have Permission Requests.
|