Saturday, January 22, 2005 - Posts

PINVOKE.NET Add-In for Visual Studio

PINVOKE.NET Add-In for Visual Studio (by Adam Nathan)

This add-in for Visual Studio (7.0 or later) gives you two new options when right-clicking in source code: "Insert PInvoke Signatures..." and "Contribute PInvoke Signatures and Types..." It does this by communicating with www.pinvoke.net, the Interop wiki!

[
Visit Website] [Download now]
with 0 Comments

Snippet Compiler

 
Snippet Compiler (by Jeff Key)

NDoc generates class library documentation from .NET assemblies and the XML documentation files generated by the C# compiler (or with an add-on tool for VB.NET).

[
Visit Website] [Download now]
with 0 Comments

NDoc Code Documentation Generator for .NET

 
NDoc Code Documentation Generator for .NET

NDoc generates class library documentation from .NET assemblies and the XML documentation files generated by the C# compiler (or with an add-on tool for VB.NET).

[
Visit Website] [Download now]
with 0 Comments

Lutz Roeder's .NET Reflector

.NET Reflector (by Lutz Roeder)

Reflector is a class browser for .NET components. It supports assembly and namespace views, type and member search, C# XML documentation viewer, call and callee graphs, IL, VB and C# disassembler, dependency trees, base type and derived type hierarchies and resource viewers. C#, Visual Basic and Delphi language syntax is supported.

[
Visit Website] [Download now]
with 0 Comments