.net辅助工具列表(转载)

2024-02-21 08:48
文章标签 列表 net 转载 辅助工具

本文主要是介绍.net辅助工具列表(转载),希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

 

最近对.net的辅助工具比较感兴趣,网上也已经有.net的十个必备工具的帖子了,这里提供了一份全面的工具列表:
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

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

Persistence and data-related code generation

See also "RAD Tools - Application Development Automation" below
  • 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

  • DeKlarit - ARTech
  • DataPhor - Alphora
  • CompileX - Atlantis DB Software

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

IDEs

  • Visual Studio .NET - 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

  • FxCop - Microsoft
  • DotEASY

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

  • Maverick.NET

AOP

  • AspectC#
  • Weave.NET

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

Others

  • Page ViewState Parser - Paul Wilson
  • FormBuilder.NET - Dan Wahlin
  • RegexDesigner.NET - Chris Sells
  • QuickCode.NET - Development Expertise
  • Cassini Web Server - Microsoft
  • Web.Config Editor - HunterStone
  • Xheo.Licensing - Xheo

这篇关于.net辅助工具列表(转载)的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/731200

相关文章

一道经典Python程序样例带你飞速掌握Python的字典和列表

Python中的列表(list)和字典(dict)是两种常用的数据结构,它们在数据组织和存储方面有很大的不同。 列表(List) 列表是Python中的一种有序集合,可以随时添加和删除其中的元素。列表中的元素可以是任何数据类型,包括数字、字符串、其他列表等。列表使用方括号[]表示,元素之间用逗号,分隔。 定义和使用 # 定义一个列表 fruits = ['apple', 'banana

Windows中,.net framework 3.5安装

安装.net framework,目前已知2种方法,如下: 一、在MSDN下载对应的安装包,安装,这种可能无法安装成功,概率很大,不成功使用第二种方法,基本上没问题。 二、win8/8.1/10 下安装 .net framework 3.5.1: 1. 打开 win8/8.1/10 安装盘(这里指系统安装镜像文件),提取 sources\sxs 文件夹到 X:\sources\sxs (X代

Python分解多重列表对象,isinstance实现

“”“待打印的字符串列表:['ft','bt',['ad',['bm','dz','rc'],'mzd']]分析可知,该列表内既有字符对象,又有列表对象(Python允许列表对象不一致)现将所有字符依次打印并组成新的列表”“”a=['ft','bt',['ad',['bm','dz','rc'],'mzd']]x=[]def func(y):for i in y:if isinst

ASP.Net.WebAPI和工具PostMan

1.WebAPI概述 1.1 WebAPI WebAPI 是一种传统的方式,用于构建和暴露 RESTUI风格的Web服务。它提供了丰富的功能和灵活性,可以处理各种HTTP请求,并支持各种数据格式,如JSON、XML等。 WebAPI使用控制器(Controllers)和动作方法(ActionMethods)的概念、通过路由配置将请求映射到相应的方法上。 开发人员可以使用各种属性和过滤器来处

【ASP.NET】 No 'Access-Control-Allow-Origin' header is present on the requested resource.

前端JS用XMLHttpRequest,请求后端数据。出现了No ‘Access-Control-Allow-Origin’ header is present on the requested resource. 我是使用的ASP.NET框架。 解决办法: 在Web.config文件相应地方添加: <?xml version="1.0" encoding="utf-8"?><confi

CSS列表属性:list-style系列属性详解

CSS(层叠样式表)是用于控制网页样式的一种语言,它允许开发者以一种非常灵活的方式来设置网页元素的外观。在CSS中,list-style属性族是专门用来设置列表样式的。列表是网页设计中常见的元素,它们可以是有序列表(<ol>)或无序列表(<ul>)。list-style系列属性允许你自定义列表项前的标记,包括类型、位置和图像。 1. list-style-type list-style-typ

vue dist文件打开index.html报Failed to load resource: net::ERR_FILE_NOT_FOUND

本地正常。打包好的dist文件打开index.html报Failed to load resource: net::ERR_FILE_NOT_FOUND 解决办法: 在webpack.prod.conf.js 中output添加参数publicPath:’./’ 在webpack.base.conf.js里 publicPath: process.env.NODE_ENV === ‘pro

nodejs基础教程-简单blog(8)--展示用户注册信息列表

本节课展示用户注册信息列表;当点击导航栏的“用户管理”浏览器跳转路由/admin/user 显示用户列表。 先上效果图; 开始 1,在layout.html模板中导航标签中设置路径; 2,新建文件 views/admin/user_index.html,在admin.js中设置user_index的路由为/admin/user;并查询数据库所有用户的信息 返回给前台users;

【转载】 symfony 生成实体类命令

原作者地址:https://www.it603.com/article/88.html 参考文章: https://symfony.com/doc/current/doctrine/reverse_engineering.html How to Generate Entities from an Existing Database https://www.jianshu.com/p/75fc

导入别人的net文件报红问题sdk

1. 使用cmd命令 dotnet --info 查看自己使用的SDK版本 2.直接找到项目中的 global.json 文件,右键打开,直接修改版本为本机的SDK版本,就可以用了