Home  >  Article  >  Backend Development  >  What is the difference between php and asp.net

What is the difference between php and asp.net

藏色散人
藏色散人Original
2020-07-11 09:02:113340browse

The differences between php and asp.net are: 1. PHP is cross-platform and can be used on Linux/Unix and Windows, while ASP.NET can only be used on the Windows platform; 2. PHP basically has no "visualization" Development environment, and ASP.NET has a development environment Visual Studio.

What is the difference between php and asp.net

The difference between php and asp.net:

php is cross-platform and can be used on Linux/Unix and Windows . (LAMP is the best combination)

ASP.NET can only be used on Windows platform.

php There is basically no "visual" development environment (IDE). There are development environments such as Zend Studio and Eclipse's PDT, but they are not very easy to use. I personally think that a text editor is enough.

ASP.NET has the development environment Visual Studio, visualization, and component methods. Once you are familiar with it, the development efficiency may be higher.

The number of websites developed with php is far more than those developed with ASP.NET.

For more related knowledge, please visit PHP Chinese website!

The above is the detailed content of What is the difference between php and asp.net. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn