Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 1012 Bytes

File metadata and controls

25 lines (11 loc) · 1012 Bytes

Speed & Performance

There is very little difference between the performance of a PHP run site and an ASP.NET site.

Scalability

Both ASP.NET and PHP web applications are extremely scalable languages. What matters more to scalability than the language you choose is the development talent you hire

Support

Because PHP is open source its pool of developers is far larger than ASP.NET (which is windows based). That being said both boast vibrant communities that post regularly to online forums, so if you’re looking for answers to problems, you’re likely to find both communities helpful.

While you’ll most likely be able to find answers to your questions in both communities, you’ll almost assuredly get those answers back more quickly when working within PHP forums.

Cost

PHP is an open source, and thus, completely free, while ASP.NET is owned by Microsoft.

Resources