工具

(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

.NET工具集合的更多相关文章

  1. 统计和分析系统性能【IO CPU 内存】的工具集合

    统计和分析系统性能[IO CPU 内存]的工具集合 blktrace http://www.oschina.net/p/blktrace 获取磁盘写入的信息 root@demo:~/install/p ...

  2. sublime开发php必备工具集合(mac)

    sublime开发php必备工具集合(Mac) 相关链接:http://benmatselby.github.io/sublime-phpcs/ 目标: 直接在sublime中运行php代码 按PSR ...

  3. linux shell工具集合

    1)判断进程是否存在,如果不存在再执行启动命令,可以避免一个脚本同时启动多份 if [ $(ps -ef |grep  bastion_account.sh|grep -v grep|wc -l) - ...

  4. andorid 开放工具集合

    1.开放工具集合 http://www.androiddevtools.cn/

  5. python爬虫工具集合

    python爬虫工具集合 大家一起来整理吧!强烈建议PR.这是初稿,总是有很多问题,而且考虑不全面,希望大家支持! 源文件 主要针对python3 常用库 urllib Urllib是python提供 ...

  6. 一些日常工具集合(C++代码片段)

    一些日常工具集合(C++代码片段) ——工欲善其事,必先利其器 尽管不会松松松,但是至少维持一个比较小的常数还是比较好的 在此之前依然要保证算法的正确性以及代码的可写性 本文依然会持久更新,因为一次写 ...

  7. Android开发免费类库和工具集合

    用于Android开发的免费类库和工具集合,按目录分类. Action Bars ActionBarSherlock Extended ActionBar FadingActionBar GlassA ...

  8. 压力测试工具集合(ab,webbench,Siege,http_load,Web Application Stress)

    压力测试工具集合(ab,webbench,Siege,http_load,Web Application Stress) 1 Apache附带的工具ab ab的全称是ApacheBench,是Apac ...

  9. ETH&EOS开发资源及工具集合(完整汇总版)

    ETH&EOS开发资源及工具集合(完整汇总版) 3113 ETH开发资源篇 一.开发语言 ·         Solidity - 官方推荐以太坊智能合约开发语言,也是目前最为主流的智能合约语 ...

  10. 前端进阶(8) - 前端开发需要了解的工具集合:webpack, eslint, prettier, ...

    前端开发需要了解的工具集合:webpack, eslint, prettier, ... 前端开发需要了解的一些工具,这些工具能够帮助你在项目开发中事半功倍. 1. nrm: npm registry ...

随机推荐

  1. PHP写的一个轻量级的DI容器类(转)

    理解什么是Di/IoC,依赖注入/控制反转.两者说的是一个东西,是当下流行的一种设计模式.大致的意思就是,准备一个盒子(容器),事先将项目中可能用到的类扔进去,在项目中直接从容器中拿,也就是避免了直接 ...

  2. WPF System.InvalidCastException: 无法将类型为“System.Windows.Media.Color”的对象强制转换为类型“System.Windows.Media.Brush”。

    场景:添加ComboBox样式,界面卡死,日志异常文件如下: -- ::, | ERROR | System.InvalidCastException: 无法将类型为“System.Windows.M ...

  3. ActiveMQ实战篇之ActiveMQ实现request/reply模型(二)

    ActiveMQ实战篇之ActiveMQ实现request/reply模型(二)

  4. SpringMVC没有接受到参数的坑

    其实说上来也不是SpringMVC的坑. 相同的一份代码,我在windows上用mvn打成jar放到linux上执行,POST请求可以接收到参数: 但是我直接在linux上从git拉取分支,并在lin ...

  5. netty tcp拆包

    private List<byte[]> getCompletePacket(byte[] bytes, ByteBuf byteBuf) { byte[] clone = bytes.c ...

  6. python 查找文件内容

    输入查找的文件夹路径,要查找的内容关键字(可以指定多个),要查找的文件类型(可以是多个),搜索出符合条件的文件,并记录所有符合条件的行号及行内容. 写的感觉有点冗余,但好歹还能使用^-^,主要是方便手 ...

  7. Linux中cp直接覆盖不提示的方法

    新做了服务器,cp覆盖时,无论加什么参数-f之类的还是提示是否覆盖,这在大量cp覆盖操作的时候是不能忍受的. 把a目录下的文件复制到b目录 cp –r a/* b 执行上面的命令时,b存在的每个文件都 ...

  8. MySQL 5.6 GTID 原理以及使用

    转自:http://hamilton.duapp.com/detail?articleId=47 简介 GTID是MySQL 5.6的新特性,其全称是Global Transaction Identi ...

  9. 虚拟机创建及安装ELK

    虚拟机创建及安装ELK 作者:高波 归档:学习笔记 2018年5月31日 13:57:02 快捷键: Ctrl + 1    标题1 Ctrl + 2    标题2 Ctrl + 3    标题3 C ...

  10. 【转】常用 Microsoft .NET Framework 各版本下載網址列表

    研究] 常用 Microsoft .NET Framework 各版本下載網址列表 2014-05-23 僅列常用的 (IA64, Beta, hotfix, ... 不列) Microsoft .N ...