.NET 程序员必备工具下载(1)

1、Snippet Compiler
  


Snippet Compiler 是一个基于 Windows 的小型应用程序,你可以通过它来编写、编译和运行代码。如果你具有较小的代码段,并且你不想创建完整的 Visual Studio .NET 项目(以及该项目附带的所有文件),则该工具会很有用。
下载地址:
For .NET 3.5:
[url=http://www.sliver.com/Downloads/SnippetCompiler_3.0.2.zip]Snippet Compiler Live 2008 Ultimate Edition for Developers (Alpha)[/url]
For .NET 2.0 and older:
2.0.8.3 for .NET 2.0 | 2.0.7.1 for .NET 1.1 | Changes | Version 1 | Add-Ins




2、Microsoft Source Analysis for C#



Microsoft Source Analysis for C#是微软内部代码检查工具。能够帮助项目团队执行一系列常用的源代码格式规范,这些规范是关于如何开发布局规整、易读、易维护并且文档良好的优雅代码 的。
这个工具包含了一些最佳实践规则,和 Visual Studio 2005、2008 中默认的代码格式化规则是一致的。

    (布局)Layout of elements, statements, expressions, and query clauses(括号)Placement of curly brackets, parenthesis, square brackets, etc(空格)Spacing around keywords and operator symbols(行距)Line spacing(参 数)Placement of method parameters within method declarations or method calls(元素排列)Standard ordering of elements within a class(注释格式)Formatting of documentation within element headers and file headers(元素、字段、变量的命名)Naming of elements, fields and variables(内置类型的使用)Use of the built-in types(访问修饰符)Use of access modifiers(文件内容)Allowed contents of files(调试文 本)Debugging text



    3、GhostDoc
    GhostDoc 是Visual Studio的一个免费插件,可以帮助开发者生成比较完整规范的XML格式代码注释,如果你的代码遵循微软类库开发人员设计规范,由它自动产生的注释就已 经完全可以很好地表达开发者创建的方法或者属性的意图,无需手工再进行修改。有了这些标准的XML注释,我们可以使用微软的文档工具Sandcastle 生成专业级别的帮助文档。如我们有这样一段代码:
    HelloCTO点击下载:GhostDoc2.1.3 for Visual Studio2005
    WinXP, Win2k3, VistaFor C#, support for VB.Net is "experimental"HelloCTO点击下载:GhostDoc Version 2.1.3 for Visual Studio 2008
    WinXP, Win2k3, VistaFor C#, support for VB.Net is "experimental"HelloCTO点击下载:GhostDoc Version 1.3.0 for Visual Studio .NET 2003
    WinXP, Win2k3Support for C# only
    4、Sandcastle
    Sandcastle 是微软发布的一个帮助文档生成工具,它通过反射程序集中的源代码和添加代码到中的XML注释来创建专业级别的帮助文档。Sandcastle于2006年 推出,它的面世也使得曾经列入.NET开发必备十大工具之一的文档生成工具NDoc的作者Kevin Downs在2006年7月宣告不再投入 NDoc Open Source Project的开发。生成的文档效果如下图所示:


1、Snippet Compiler
  


Snippet Compiler 是一个基于 Windows 的小型应用程序,你可以通过它来编写、编译和运行代码。如果你具有较小的代码段,并且你不想创建完整的 Visual Studio .NET 项目(以及该项目附带的所有文件),则该工具会很有用。
下载地址:
For .NET 3.5:
[url=http://www.sliver.com/Downloads/SnippetCompiler_3.0.2.zip]Snippet Compiler Live 2008 Ultimate Edition for Developers (Alpha)[/url]
For .NET 2.0 and older:
2.0.8.3 for .NET 2.0 | 2.0.7.1 for .NET 1.1 | Changes | Version 1 | Add-Ins




2、Microsoft Source Analysis for C#



Microsoft Source Analysis for C#是微软内部代码检查工具。能够帮助项目团队执行一系列常用的源代码格式规范,这些规范是关于如何开发布局规整、易读、易维护并且文档良好的优雅代码 的。
这个工具包含了一些最佳实践规则,和 Visual Studio 2005、2008 中默认的代码格式化规则是一致的。

    (布局)Layout of elements, statements, expressions, and query clauses(括号)Placement of curly brackets, parenthesis, square brackets, etc(空格)Spacing around keywords and operator symbols(行距)Line spacing(参 数)Placement of method parameters within method declarations or method calls(元素排列)Standard ordering of elements within a class(注释格式)Formatting of documentation within element headers and file headers(元素、字段、变量的命名)Naming of elements, fields and variables(内置类型的使用)Use of the built-in types(访问修饰符)Use of access modifiers(文件内容)Allowed contents of files(调试文 本)Debugging text



    3、GhostDoc
    GhostDoc 是Visual Studio的一个免费插件,可以帮助开发者生成比较完整规范的XML格式代码注释,如果你的代码遵循微软类库开发人员设计规范,由它自动产生的注释就已 经完全可以很好地表达开发者创建的方法或者属性的意图,无需手工再进行修改。有了这些标准的XML注释,我们可以使用微软的文档工具Sandcastle 生成专业级别的帮助文档。如我们有这样一段代码:
    HelloCTO点击下载:GhostDoc2.1.3 for Visual Studio2005
    WinXP, Win2k3, VistaFor C#, support for VB.Net is "experimental"HelloCTO点击下载:GhostDoc Version 2.1.3 for Visual Studio 2008
    WinXP, Win2k3, VistaFor C#, support for VB.Net is "experimental"HelloCTO点击下载:GhostDoc Version 1.3.0 for Visual Studio .NET 2003
    WinXP, Win2k3Support for C# only
    4、Sandcastle
    Sandcastle 是微软发布的一个帮助文档生成工具,它通过反射程序集中的源代码和添加代码到中的XML注释来创建专业级别的帮助文档。Sandcastle于2006年 推出,它的面世也使得曾经列入.NET开发必备十大工具之一的文档生成工具NDoc的作者Kevin Downs在2006年7月宣告不再投入 NDoc Open Source Project的开发。生成的文档效果如下图所示:




 

附送20条有趣知识问答

 

 

 

 

posted on 2010-06-13 23:11  Jetson Lee  阅读(475)  评论(0编辑  收藏  举报

中山房地产信息网    中山楼盘   中山二手房