.NetChajian
Code generation(代码自动生成)
- NVelocity
- CodeSmith
- X-Code .NET
- XGoF - NMatrix / DEVerest
Compilation(编译工具)
- eXtensible C# - ResolveCorp
- Mono
- DotGNU - GNU
Obfuscation(混淆加密)
- LSW-IL-Obfuscator - Lesser Software
- Demeanor for .NET - Wise Owl
- Salamander .NET Obfuscator - Remotesoft
- Salamander .NET Protector - Remotesoft
- IL-Obfuscator - 9rays.Net
- Deploy.NET - Jungle Creatures
- Dotfuscator - PreEmptive Solutions (lite version included in Visual Studio 2003)
- XenoCode - Oak Vale Networks
- Thinstall - Jonathan Clark
Decompilation(反编译)
- Salamander .NET Decompiler - Remotesoft
- Anakrino
- Reflector反汇编工具
Object Browsing(对象浏览)
- .NET Reflector - Lutz Roeder
- LSW-DotNet-Reflection-Browser - Lesser Software
- .NET Component Inspector - nogoop software
- Object State Browser - Jeff Key
Refactoring(重构工具)
- C# Refactoring Tool - .NET Refactoring
- C# Refactory - Xtreme Simplicity
Regex Test(正则表达式调试)
Persistence and data-related code generation(数据持久层及数据相关的代码生成)
- OlyMars (SQL Server Centric .NET Code Generator)
- LLBLGen - Solutions Design
- .NET N-Tier Framework Generator - Gavin Joyce
- Entity Broker – Thona Consulting
- KickStarter.Net
- TierDeveloper - AlachiSoft
- SP/Invoke
- Data Tier Modeler (DTM)
- Pragmatier Data Tier Builder
- ORM.NET - Olero Software
- .Net Persistence - Netica
- ObjectSpaces - Microsoft
- Sisyphus Persistence Framework
- Objectz.NET – Mongoose solutions
- Visible Developer – Visible Systems
- NHibernate
- ObjectSpark – Firestar Software
- Bamboo.Prevalence
- ADO.NET Powertoys - The ADO Guy
- Database to .NET - Nantronix Software
- Xheo.Enterprise - Xheo
RAD Tools - Application Development Automation(快速开发工具)
Model Driven Architecture(模型驱动架构)
- Constructor() - Dot Net Builders
Modeling - UML (建模)
- Rational XDE - IBM
- Visio - Microsoft (part of Visual Studio .NET Enterprise Architect edition)
- Visual Case - Artiso
- PowerDesign11 - Sybase公司出品
IDEs (开发环境)
- Visual Studio .NET/VS2003/VS2005- Microsoft
- SharpDevelop - 一款免费的开发环境,并且是开源的
- PrimalCode - Sapien
- ASP.NET Web Matrix - Microsoft
- Improve C# Plugin for Eclipse - Improve
Builds (
- NAnt
- SLiNgshoT
- Draco.NET
- CruiseControl.NET
- FinalBuilder – Atozed Software
- BuildIt - Microsoft
- Visual Build Professional - Kinook Software
Testing (测试/单元测试)
- NUnit
- NUnitAddin
- NUnitAsp
- csUnit
- .NET Mock
- X-Unity – MIIK Ltd.
- HarnessIt – United Binary
- SilkPerformer .NET Explorer - Segue
- Test.NET - Parasoft
Code validation - Standard verifiers (代码校验)
Profiling - Monitoring - Performance Testing - Optimization (性能测试、检测、优化)
- nprof
- Application Center Test - Microsoft (part of Visual Studio .NET Enterprise editions)
- DevPartner Profiler - Compuware Corporation
- DevPartner Studio - Compuware Corporation
- AQtime .NET - AutomatedQA
- Rational Quantify for Windows - IBM
- .NET Memory Profiler - SciTech Software AB
- Allocation Profiler (source) - Microsoft
- ANTS Profiler - Red Gate Software
- ANTS Load - Red Gate Software
- ASPNETWatchDog - ASPNETWatchDog
- Optimizeit Profiler - Borland
- VTune Performance Analyzer - Intel
Documentation - Code commenting (文档自动生成)
- NDoc
- Documentor for .NET - Lutz Roeder
- Visual Studio .NET Help Integration Kit - Microsoft
- VB.DOC
- VB.NET XML Comments Creator - Fesersoft
- VB.NET XML Commentor - Tor-Erik Hagen
- TeeGofer - Steema Software
- CodeReview - Macadamian Technologies
Frameworks (应用程序框架)
- Mere Mortals .NET Framework – Oak Leaf Enterprises Solution Design
- Odyseus - Radical Technologies
MVC (模型视图控制)
AOP(面向方面编程)
Code versioning - Source control (代码版本控制、配置管理工具)
- Visual SourceSafe - Microsoft (part of Visual Studio .NET Enterprise editions)
- SourceGear Vault - SourceGear
- SourceOffsite - SourceGear
- SourceOffsite Collaborative Edition - SourceGear
- Jalindi Igloo
- Ankh
- AccuRev
Localization(软件程序本地化工具)
- Enterprise Localization Toolkit - Microsoft
Reporting(报表工具)
- ActiveReports - Data Dynamics
- Crystal Reports - Crystal Decisions
- Report Sharp-Shooter - 9rays.Net
Page templating(页面模版引擎)
- Page Template Generator - Paul Wilson
- Xheo.WebTemplate - Xheo
- Xheo.WebSkin - Xheo
Scripting(缩主脚本/脚本引擎)
- Alintex Script Host - Alintex
- DOTNET Scripting Host - Holger Schwichtenberg
- Toolsack DotNet Script Host - Toolsack Software
Installation(安装制作)
- InstallShield - InstallShield
- Wise for Visual Studio .NET - Wise Solutions
- SetupFactory
Others(其他工具)
- Page ViewState Parser - Paul Wilson ViewState解析查看工具
- FormBuilder.NET - Dan Wahlin 表单创建
- RegexDesigner.NET - Chris Sells
- QuickCode.NET - Development Expertise
- Cassini Web Server - Microsoft 小型WEB服务器
- Web.Config Editor - HunterStone
- Xheo.Licensing - Xheo 授权制作
.NetChajian的更多相关文章
随机推荐
- 最全的 JavaScript 知识总结
来源于:http://gcdn.gcpowertools.com.cn/showtopic-28404-1-3.html?utm_source=gold.xitu.io&utm_medium= ...
- 常look的Git命令
常用的Git命令 命令 简要说明 git add 添加至暂存区 git add–interactive 交互式添加 git apply 应用补丁 git am 应用邮件格式补丁 git a ...
- Eclipse安装scala
Scala官方提供了三种插件,分别支持Eclipse.NetBeans和Intellij IDEA开发环境.要在Eclipse IDE下安装Scala插件:选择Eclipse的菜单项Help--> ...
- 二叉排序树(BST)创建,删除,查找操作
binary search tree,中文翻译为二叉搜索树.二叉查找树或者二叉排序树.简称为BST 一:二叉搜索树的定义 他的定义与树的定义是类似的,也是一个递归的定义: 1.要么是一棵空树 2.如果 ...
- crodova打包apk个人总结
1.安装nodejs 2.安装 cordova npm install -g cordova 3.安装Java JDK,官网下载地址 系统变量→新建 JAVA_HOME 变量 . 变量值填写jdk的安 ...
- JUC学习笔记--Atomic原子类
J.U.C 框架学习顺序 http://blog.csdn.net/chen7253886/article/details/52769111 Atomic 原子操作类包 Atomic包 主要是在多线程 ...
- 5805 NanoApe Loves Sequence(想法题)
传送门 NanoApe Loves Sequence Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 262144/131072 K ( ...
- php采集远程图片
- 今天开始学习java编程
<java>程序设计教程与上机实验
- RabbitMQ学习系列(五): RPC 远程过程调用
前面讲过一些RabbitMQ的安装和用法,也说了说RabbitMQ在一般的业务场景下如何使用.不知道的可以看我前面的博客,http://www.cnblogs.com/zhangweizhong/ca ...