PHP & .net

Its totally diferrent languages.
php is a programming language to make great web sites or web applications. And its totally free!

.net is from microsoft. Its a platform that uses asp and you have to pay microsoft for hosting/support.....
 
.net is a Microsoft software which provides the library to all supporting languages.It includes network communications, cryptography, data access, web application development, database connectivity and numeric algorithms.and php is very different from .net .It is a programming language in which websites are created.
 
Php is an open source language so you don't have to buy anything from anyone. Also Php is uses for a web based application. While in other hand .net is product of Microsoft so you have to buy this from Microsoft. Another thing is in .Net there are two other part one is c# while other is vb. Yo can use .Net for both desktop application and web based applications.
 
1. PHP is a fast growing language and growing much faster than ASP.NET.
2. Platform in-dependency. ASP.NET can run only in WINDOWS-IIS.
3. PHP is a decent language but it falls back on ASP.NET's strength that lies in its object oriented features, and it's flexibility.
 
PHP is a programming language whereas ASP.NET is a programming framework. Websites developed by ASP.NET may use C#, but also other languages such as J#.

ASP.NET is compiled whereas PHP is interpreted. This means that ASP.NET websites generally have shorter execution times, but also that changing the website becomes more complicated as it needs to be re-compiled (whereas for PHP websites you can simply replace the new code). The decrease of execution time is, however, seldom noticable. This is because most of the page rendering times arises from setting up the connection and querying databases.
 
PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

.NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large class library known as Framework Class Library (FCL) and provides language interoperability (each language can use code written in other languages) across several programming languages. Programs written for .NET Framework execute in a software environment (as contrasted to hardware environment), known as Common Language Runtime (CLR), an application virtual machine that provides services such as security, memory management, and exception handling. FCL and CLR together constitute .NET Framework
 
.NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows.
PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language.
 
Back
Top