Differentiate btw PHP and ASP.NET ?

PHP is a general-purpose scripting language that is especially suited to server-side web development, in which case PHP generally runs on a web server. Any PHP code in a requested file is executed by the PHP runtime, usually to create dynamic web page content or dynamic images used on websites or elsewhere.

ASP.NET is an open-source server-side web application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.
 
PHP stands for Hypertext Preprocessor. PHP originated as a scripting tool that has quickly taken over the internet thanks to its easy learning curve and large developer community. According to one estimate, PHP is installed on over 244 million websites with server support from virtually all major hosts. PHP is also free and boasts a number of frameworks to simplify web development.

Some of the major websites written in PHP include WordPress and Facebook.
ASP.NET was developed by Microsoft to provide developers with an easy scripting tool for building web pages and web applications. It is a successor to ASP (Active Server Pages), another platform pioneered by Microsoft in the mid-90s. You can code ASP.NET using any .NET supported language, which made it especially popular among .NET developers. Microsoft’s early domination of the web browser market with IE was also responsible for increasing the popularity of ASP.NET.

Some of the major websites that use ASP.NET are PlentyOfFish.com and MySpace.
 
PHP is a general-purpose scripting language that is especially suited to server-side web development, in which case PHP generally runs on a web server. Any PHP code in a requested file is executed by the PHP runtime, usually to create dynamic web page content or dynamic images used on websites or elsewhere.

ASP.NET is an open-source server-side web application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.

nice Explanation helpful..
 
PHP stands for Hypertext Preprocessor. PHP originated as a scripting tool that has quickly taken over the internet thanks to its easy learning curve and large developer community. According to one estimate, PHP is installed on over 244 million websites with server support from virtually all major hosts. PHP is also free and boasts a number of frameworks to simplify web development.

Some of the major websites written in PHP include WordPress and Facebook.
ASP.NET was developed by Microsoft to provide developers with an easy scripting tool for building web pages and web applications. It is a successor to ASP (Active Server Pages), another platform pioneered by Microsoft in the mid-90s. You can code ASP.NET using any .NET supported language, which made it especially popular among .NET developers. Microsoft’s early domination of the web browser market with IE was also responsible for increasing the popularity of ASP.NET.

Some of the major websites that use ASP.NET are PlentyOfFish.com and MySpace.



thank you so much here for sharing info with sites :) really usefull
 
Back
Top