.NET工具集合

工具

(1) 代码分析

.NET Memory Profiler - http://memprofiler.com/
ANTS Profiler - http://www.red-gate.com/code_profiling.htm
dotTrace Profiler - http://www.jetbrains.com/profiler/
FxCop - http://www.gotdotnet.com/team/fxcop/
NDepend - http://www.ndepend.com/

(2) 编译发布

CCNet - http://ccnet.thoughtworks.com/
Draco.NET - http://draconet.sourceforge.net/

(3) 编译器

CS-Script - http://www.members.optusnet.com.au/~olegshilo/
Mono - http://www.mono-project.com/
Portable.NET - http://www.dotgnu.org/
SSCLI - http://www.microsoft.com/downloads/details.aspx?FamilyId=8C09FD61-3F26-4555-AE17-3121B4F51D4D&displaylang=en

(4) 调试器

WinDBG - http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

(5) 打包发布

Thinstall - http://www.thinstall.com/

(6) 反编译/破解

Lutz Roeder Reflector - http://www.aisto.com/roeder/dotnet/
.NET Reflector Add-Ins - http://www.codeplex.com/reflectoraddins
Asmex - http://www.jbrowse.com/products/asmex/
Dis# - .NET decompiler - http://www.netdecompiler.com/
Dotnet IL Editor - http://sourceforge.net/projects/dile

(7) 文档帮助

Sandcastle - http://www.codeplex.com/Sandcastle
Sandcastle Help File Builder - http://www.codeplex.com/SHFB
SandcastleGUI - http://www.inchl.nl/SandcastleGUI/
GhostDoc - http://www.roland-weigelt.de/ghostdoc/

(8) IDE 扩展

ReSharper - http://www.jetbrains.com/resharper/index.html
Visual Assit X - http://www.wholetomato.com/

(9) MSIL

ILMerge - http://www.microsoft.com/downloads/details.aspx?FamilyID=22914587-b4ad-4eae-87cf-b14ae6a939b0&displaylang=en

(10) 混淆保护

.NET Reactor - http://www.eziriz.com/
.NETZ - http://madebits.com/netz/index.php
CliSecure - http://www.secureteam.net/
CodeVeil - http://www.xheo.com/products/codeveil/
DNGuard HVM - http://www.dnguard.cn/
MaxtoCode .NET - http://www.jinheng.net.cn/maxtocode/
Obfuscator.NET - http://www.macrobject.com/en/obfuscator/index.htm
Salamander - http://www.remotesoft.com/salamander/
Skater .NET Obfuscator - http://rustemsoft.com/Skater.htm
XenoCode - http://www.xenocode.com/

(11) 单元测试

MbUnit - http://www.mbunit.com/
NUnit - http://www.nunit.org/
TestDriven.NET - http://www.testdriven.net/
xUnit.net - http://www.codeplex.com/xunit

原文地址:https://www.cnblogs.com/flyfish2012/p/3951897.html