天生我才必有用

.Net常用工具

Posted in C# & .Net,技术    作者:Ray    2007年十一月28日

This is a must-have for any .NET developer interested in .NET best practices. FxCop will test any .NET assembly against the official Microsoft .NET best-practice coding guidelines.

This advanced .NET decompiler/object Reflector for browser allows you to view the .NET implementation of any .NET type using CIL, C#, Object Pascal .NET (Delphi), and Visual Basic .NET.

NAnt is the .NET equivalent of Ant, the popular Java automated build tool. NAnt allows you to define and execute detailed build scripts using an XML-based syntax.

NDoc is a tool that will generate code documentation files for C# code (or a compiled .NET assembly) in a variety of popular formats (MSDN’s *.chm, XML, HTML, Javadoc, and LaTeX).

NUnit is the .NET equivalent of the Java-centric JUnit unit testing tool. Using NUnit, you are able to facilitate the testing of your managed code.

Think of Vil as a friendly “big brother” for .NET developers. This tool will analyze your .NET code and offer various opinions as to how to improve your code via refactoring, structured exception handling, and so forth.

内容选至《Apress C Sharp 2005 and dot Net 2.0 Platform 3rd Edition》

标签: ,

项目的整体性质

Posted in 项目管理    作者:Ray    2007年十一月28日

项目的整体性质:(The Integrity of the project)

  1. 项目范围的整体性 (The integrity of the project scope)。
  2. 项目目标的整体性 (The integrity of the project object)。
  3. 项目过程的整体性 (The integrity of the project process)。
标签:

项目管理的要素

Posted in 项目管理    作者:Ray    2007年十一月28日

项目管理的要素:(The elements of the Project Management)

  1. 资源 (Resource)
  2. 需求和目标 (Requirement and Object)
  3. 项目组织 (Project Organization)
  4. 项目环境 (Project Environment)
标签:

项目管理的主要任务

Posted in 项目管理    作者:Ray    2007年十一月28日

项目管理的主要任务: (The main task of the project management)

  1. 项目计划 (Project Plan)
  2. 项目组织 (Project Organization)
  3. 质量管理 (Quantity Management)
  4. 费用管理 (Cost Management)
  5. 进度控制 (Schedule Management)
标签: