工具

(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——大话PHP设计模式——命名空间和类的自动载入

    开发工具:phpstorm phpstudy 命名空间:声明当前文件 类的自动载入

  2. JProfiler 9版本注册码(亲测可用!!!)

    JProfiler 9版本注册码(亲测可用!!!) 按默认选择“Single or evaluation license” ,Name 和 Company 随意填!!! JProfiler 9.2  ...

  3. Kafka内核中的分布式机制实现

    Kafka内核中的分布式机制实现 一个Topic中的所有数据分布式的存储在kafka集群的所有机器(broker)上,以分区(partition)的的形式进行数据存储:每个分区允许存在备份数据/备份分 ...

  4. Map总结(HashMap, Hashtable, TreeMap, WeakHashMap等使用场景)

    概要 学完了Map的全部内容,我们再回头开开Map的框架图. 本章内容包括:第1部分 Map概括第2部分 HashMap和Hashtable异同第3部分 HashMap和WeakHashMap异同 转 ...

  5. css关于定位那些事情

    css绝对定位.相对定位和文档流的那些事 前言 接触html.和css时间也不短了,但每次用div+css布局的时候心里还是有点儿虚,有时候干脆就直接用table算了,很多时候用div会出现些不可预料 ...

  6. R语言-Paste函数

    该函数和excel中的&一样,可以将不同类型的数据放在一起. paste(....,sep="",collapse=NULL) ...表示要加在一起的数据类型,e.g ​p ...

  7. CSS遮罩层的实现

    偶然发现自己原来写了一个CSS遮罩层,虽然这个东西没什么技术含量,但如果本人离开公司后又遇见此类问题,那么可能又得花些时间来找资料了.所以决定还是把它记下来吧. 直接上代码吧. 第一步,html代码: ...

  8. 【转】MySQL count(*)速度慢优化

    select count(*)是MySQL中用于统计记录行数最常用的方法. count方法可以返回表内精确的行数,每执行一次都会进行一次全表扫描, 以避免由于其他连接进行delete和insert引起 ...

  9. 常用网络名词mark & 网络学习笔记

    自 治 系 统 ( A S, A utonomous System ) IGP 内部网关协议 I n t e r i o r G a t e w a y P r o t o c o l 域 内 选 路 ...

  10. WEB打印(jsp版)

    <%@ page contentType="text/html; charset=UTF-8" language="java"%> <%@in ...