Tài liệu Essential .NET Tools

Thảo luận trong 'Lập Trình' bắt đầu bởi Thúy Viết Bài, 5/12/13.

  1. Thúy Viết Bài

    Thành viên vàng

    Bài viết:
    198,891
    Được thích:
    167
    Điểm thành tích:
    0
    Xu:
    0Xu
    The .NET Framework SDK contains many useful programming tools. Here,
    in an alphabetical list, are those we have found most useful or necessary for
    developing C# applications. Unless otherwise noted, the tools in this list
    can be found either in the in directory of your .NET Framework SDK
    installation or in the %SystemRoot%Microsoft.NETFrameworkVERSION
    directory (replace VERSION with the framework version). Once the .NET
    Framework is installed, you can access these tools from any directory. To
    use any of these tools, invoke a Command Prompt window and enter the
    name of the desired tool. For a complete list of the available command-line
    switches for any given tool, enter the tool name (e.g., csc) and press the
    Return or Enter key.
    ADepends.exe: assembly dependency list
    Adepends displays all assemblies that a given assembly is dependent on to
    load. This is a useful C# program found among the samples in the Tool
    Developers Guide directory beneath the .NET Framework or Visual Studio
    .NET directory tree. You need to install these samples before you can
    use them, because they are not installed by default.
    Al.exe: assembly linking utility
    Creates an assembly manifest from the modules and resources files you
    name. You can also include Win32 resources files. Here’s an example:
    al /out:c.dll a.netmodule b.netmodule
    CorDbg.exe: runtime debugger
    General source-level, command-line debug utility for MSIL programs.
    Very useful tool for C# source debugging. Source for cordbg is available
    in the Tool Developers Guide directory.
     

    Các file đính kèm:

Đang tải...
Chủ đề tương tự
  1. Thúy Viết Bài
    Trả lời:
    0
    Xem:
    326
  2. Thúy Viết Bài
    Trả lời:
    0
    Xem:
    233
  3. Thúy Viết Bài

    Tài liệu C# Essentials

    Thúy Viết Bài, 5/12/13, trong diễn đàn: Lập Trình
    Trả lời:
    0
    Xem:
    243
  4. Thúy Viết Bài

    Tài liệu Essential C# 2.0

    Thúy Viết Bài, 5/12/13, trong diễn đàn: Lập Trình
    Trả lời:
    0
    Xem:
    478
  5. Thúy Viết Bài

    Tài liệu Android Essentials

    Thúy Viết Bài, 5/12/13, trong diễn đàn: Lập Trình
    Trả lời:
    0
    Xem:
    373