Recall our classic development tools

Source: Internet
Author: User
Tags reflector sybase browser cache fiddler2 xunit powerdesigner
If we can develop some handy development tools at ordinary times, it will be like a huge addition. It will greatly improve our development efficiency. Visual Studio does not have to say that, through this article, you can recall other classic development tools and hope to introduce them to new users, I believe it will be of great help to the development on weekdays.

Internet Explorer developer Toolbar
Introduction: Microsoft released the latest version of Internet Explorer developer toolbar. this product allows developers to deeply explore and understand web pages and help developers better create web applications. after installation, you can quickly analyze the web page software in IE. the toolbar can be integrated in the IE window or exist in a floating window.

The features of IE developer toolbar are as follows:

Browse and modify the Document Object Model (DOM) of the web page ). you can use multiple technical methods to locate and select specific elements on a web page. disable or activate Internet Explorer settings. view the class name and ID of the HTML object, and details such as the link path, Tab order, and shortcut keys. outlines a table, cell, image, or selected tag. displays the pixel, size, path, and alternative text of an image. instantly redefines the browser window size to 800x600 or custom size. clear the browser cache and cookie. The items to be cleared can be selected from all objects or in a given domain. directly access the W3C standard reference, ie Development Team blog, or other sources. -display the design time scale to help align objects .....

And related information:
Http://www.microsoft.com/downloads/details.aspx? Familyid = e59c3964-672d-4511-bb3e-2d5e1db91038 & displaylang = en # OVERVIEW

 

Httpwatch
Introduction: PowerfulWebpage data analysis tools. Integrated in the Internet Explorer toolbar. Including the webpage summary. Cookies management. Cache Management. Send/accept a message header. Character query. Post Data and Directory management. Report output.

After httpwatch is installed, it will be found in the browser:

Main Interface:
 
:Http://www.crsky.com/soft/3455.html

EnableIntroduction:Http://www.cnblogs.com/mayingbao/archive/2007/11/30/978530.html

 

Fiddler2

Introduction: Fiddler2 isNetwork debugging proxyTo monitor all HTTP Communication between the local computer and the Internet. It can monitor all HTTP Communication, set breakpoints, and modify the data that enters the local computer and the data that goes out from the Local Computer (that is, the data that can be forged ). Fiddler contains a JScript. Net event script subsystem (Event-based scripting subsystem) that can be extended using any. NET language. The software is free and supports multiple browsers, including Internet Explorer, Mozilla Firefox, opera, and other browsers.

From the official website of Fiddler, you can see the original English Introduction: http://www.fiddler2.com/fiddler2/
:Http://www.fiddler2.com/fiddler2/

Usage:Http://blog.csdn.net/lihongzhai/archive/2009/09/14/4551035.aspx

 

Nunit

Nunit isUnit Test FrameworkSpecifically. Net. In fact, in front of JUnit (Java), cppunit (C ++), they are all part of xunit. Initially it came from JUnit. The current version is 2. 2. I am using this version.

:Http://www.nunit.org/index.php

Usage:Http://www.uml.org.cn/net/200702273.asp

 

Powerdesigner

Introduction:Powerdesigner is a CASE tool set of Sybase. It can be used to conveniently analyze and design management information systems.Database Model Design.
With powerdesigner, you can create data flowcharts, conceptual data models, and physical data models to generate applications of various client development tools.ProgramYou can also create a structure model for the data warehouse and control the team's design model.

Main function: data‑ect: This is a powerful database design tool. Using data‑ect, you can use the object-relationship diagram as an information system. Create a "conceptual data model"-CDM (Conceptual Data Model ). It can also generate a "Physical Data Model"-PDM (Physical Data Model) based on a specific database management system (for example, Sybase system 11) based on CDM ). You can also optimize PDM, generate SQL statements for creating databases for specific DBMS, and store them in the form of files so that you can run these SQL statements to create databases at other times. In addition, data‑ect can be generated reversely based on an existing database.
PDM, CDM, and SQL scripts for creating databases.
Processanalyst: This part is used to create a functional model and a data flow diagram to create a "processing level ".
Appmodeler: creates an application model for a client/server application.
ODBC Administrator: This section is used to manage various data sources of the system.

:Http://www.baidu.com? Tn = sitehao123 & BS = powerdesigner & F = 3 & WD = powerdesigner % CF % C2 % D4 % D8 & OQ = powerdesigner & RSp = 0 :)

Usage:Http://www.cnblogs.com/yxonline/archive/2007/04.html

 

 Reflector

Introduction:Visual Studio's built-in ildasm became the firstBest tool for mining assembly. However, since the appearance of reflector, ildasm has become inferior. Because, reflector can provide more assembly information. Reflector can decompile the intermediate language in the. NET assembly into C # Or Visual Basic.Code. In addition to converting Il to C # Or Visual Basic, reflector can also provide the summary of classes and their members in the Assembly, the ability to View il in the Assembly, and support for third-party plug-ins.

:/Files/gaoweipeng/reflector.rar

Usage and other related downloads:Http://www.cnblogs.com/zzy2740/archive/2005/09/20/240216.html

 

1st JavaScript Editor

Introduction:1st JavaScript editor is a powerfulJavascript development, verification and debugging toolsIt is easy to use, no matter you are a beginner or professional developer, you can easily get started! It is also a perfect Ajax (Asynchronous JavaScript and XML), CSS, HTML, Dom DHTML development tool! It provides simple and practical functions: Rich code editing functions (JavaScript, HTML, CSS, VBScript, PHP, ASP (net), syntax highlighting, built-in preview functions, provides complete code libraries, such as HTML tags, HTML attributes, HTML events, JavaScript events, and JavaScript Functions, and provides a comprehensive automatic code complementing function.

Official website and:Http://yaldex.com/

 

Regulator

Introduction: Reglator can be used for convenient verification.Execution result of Regular ExpressionWith smart sensing. The help document is a good getting started tutorial for learning regular expressions. It can also be used as a reference manual. Basically, it's all done, learning and practice at the same time. Additional functions such as generating C # Or VB.net code. There are many similar software: regexbuddy and regextester. And so on

 :Http://sourceforge.net/projects/regulator/

 Usage:Http://www.ctochina.net/topic/ShowArticle/112.html

 

Summary: The above development tools are my favorite tools. I hope this article will help my friends who have never used them. I also hope that friends in the gardenXiuyixiu's usual development toolsTo share some more practical and convenient development tools!

ArticleBy Brian)
Article Source: http://www.cnblogs.com/gaoweipeng
You are welcome to reprint it. Please indicate the source when you reprint it. Thank you for your cooperation.

If we can develop some handy development tools at ordinary times, it will be like a huge addition. It will greatly improve our development efficiency. Visual Studio does not have to say that, through this article, you can recall other classic development tools and hope to introduce them to new users, I believe it will be of great help to the development on weekdays.

Internet Explorer developer Toolbar
Introduction: Microsoft released the latest version of Internet Explorer developer toolbar. this product allows developers to deeply explore and understand web pages and help developers better create web applications. after installation, you can quickly analyze the web page software in IE. the toolbar can be integrated in the IE window or exist in a floating window.

The features of IE developer toolbar are as follows:

Browse and modify the Document Object Model (DOM) of the web page ). you can use multiple technical methods to locate and select specific elements on a web page. disable or activate Internet Explorer settings. view the class name and ID of the HTML object, and details such as the link path, Tab order, and shortcut keys. outlines a table, cell, image, or selected tag. displays the pixel, size, path, and alternative text of an image. instantly redefines the browser window size to 800x600 or custom size. clear the browser cache and cookie. The items to be cleared can be selected from all objects or in a given domain. directly access the W3C standard reference, ie Development Team blog, or other sources. -display the design time scale to help align objects .....

And related information:
Http://www.microsoft.com/downloads/details.aspx? Familyid = e59c3964-672d-4511-bb3e-2d5e1db91038 & displaylang = en # OVERVIEW

 

Httpwatch
Introduction: PowerfulWebpage data analysis tools. Integrated in the Internet Explorer toolbar. Including the webpage summary. Cookies management. Cache Management. Send/accept a message header. Character query. Post Data and Directory management. Report output.

After httpwatch is installed, it will be found in the browser:

Main Interface:
 
:Http://www.crsky.com/soft/3455.html

EnableIntroduction:Http://www.cnblogs.com/mayingbao/archive/2007/11/30/978530.html

 

Fiddler2

Introduction: Fiddler2 isNetwork debugging proxyTo monitor all HTTP Communication between the local computer and the Internet. It can monitor all HTTP Communication, set breakpoints, and modify the data that enters the local computer and the data that goes out from the Local Computer (that is, the data that can be forged ). Fiddler contains a JScript. Net event script subsystem (Event-based scripting subsystem) that can be extended using any. NET language. The software is free and supports multiple browsers, including Internet Explorer, Mozilla Firefox, opera, and other browsers.

From the official website of Fiddler, you can see the original English Introduction: http://www.fiddler2.com/fiddler2/
:Http://www.fiddler2.com/fiddler2/

Usage:Http://blog.csdn.net/lihongzhai/archive/2009/09/14/4551035.aspx

 

Nunit

Nunit isUnit Test FrameworkSpecifically. Net. In fact, in front of JUnit (Java), cppunit (C ++), they are all part of xunit. Initially it came from JUnit. The current version is 2. 2. I am using this version.

:Http://www.nunit.org/index.php

Usage:Http://www.uml.org.cn/net/200702273.asp

 

Powerdesigner

Introduction:Powerdesigner is a CASE tool set of Sybase. It can be used to conveniently analyze and design management information systems.Database Model Design.
With powerdesigner, you can create data flowcharts, conceptual data models, and physical data models, generate applications with various client development tools, and create structural models for data warehouses, the team design model can also be controlled.

Main function: data‑ect: This is a powerful database design tool. Using data‑ect, you can use the object-relationship diagram as an information system. Create a "conceptual data model"-CDM (Conceptual Data Model ). It can also generate a "Physical Data Model"-PDM (Physical Data Model) based on a specific database management system (for example, Sybase system 11) based on CDM ). You can also optimize PDM, generate SQL statements for creating databases for specific DBMS, and store them in the form of files so that you can run these SQL statements to create databases at other times. In addition, data‑ect can be generated reversely based on an existing database.
PDM, CDM, and SQL scripts for creating databases.
Processanalyst: This part is used to create a functional model and a data flow diagram to create a "processing level ".
Appmodeler: creates an application model for a client/server application.
ODBC Administrator: This section is used to manage various data sources of the system.

:Http://www.baidu.com? Tn = sitehao123 & BS = powerdesigner & F = 3 & WD = powerdesigner % CF % C2 % D4 % D8 & OQ = powerdesigner & RSp = 0 :)

Usage:Http://www.cnblogs.com/yxonline/archive/2007/04.html

 

 Reflector

Introduction:Visual Studio's built-in ildasm became the firstBest tool for mining assembly. However, since the appearance of reflector, ildasm has become inferior. Because, reflector can provide more assembly information. Reflector can decompile the intermediate language in the. NET assembly into C # Or Visual Basic code. In addition to converting Il to C # Or Visual Basic, reflector can also provide the summary of classes and their members in the Assembly, the ability to View il in the Assembly, and support for third-party plug-ins.

:/Files/gaoweipeng/reflector.rar

Usage and other related downloads:Http://www.cnblogs.com/zzy2740/archive/2005/09/20/240216.html

 

1st JavaScript Editor

Introduction:1st JavaScript editor is a powerfulJavascript development, verification and debugging toolsIt is easy to use, no matter you are a beginner or professional developer, you can easily get started! It is also a perfect Ajax (Asynchronous JavaScript and XML), CSS, HTML, Dom DHTML development tool! It provides simple and practical functions: Rich code editing functions (JavaScript, HTML, CSS, VBScript, PHP, ASP (net), syntax highlighting, built-in preview functions, provides complete code libraries, such as HTML tags, HTML attributes, HTML events, JavaScript events, and JavaScript Functions, and provides a comprehensive automatic code complementing function.

Official website and:Http://yaldex.com/

 

Regulator

Introduction: Reglator can be used for convenient verification.Execution result of Regular ExpressionWith smart sensing. The help document is a good getting started tutorial for learning regular expressions. It can also be used as a reference manual. Basically, it's all done, learning and practice at the same time. Additional functions such as generating C # Or VB.net code. There are many similar software: regexbuddy and regextester. And so on

 :Http://sourceforge.net/projects/regulator/

 Usage:Http://www.ctochina.net/topic/ShowArticle/112.html

 

Summary: The above development tools are my favorite tools. I hope this article will help my friends who have never used them. I also hope that friends in the gardenXiuyixiu's usual development toolsTo share some more practical and convenient development tools!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.