View Single Post
Old 03-25-2009, 10:46 PM   #19 (permalink)
hello-world
The Contributor
 
hello-world's Avatar
 
Join Date: Feb 2009
Posts: 73
Thanks: 30
hello-world is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
A "great" tool would be something that is not a scripting language. PHP is a slow messy scripting language that is hacked together by amateurs. High traffic sites need the fastest processes possible, the most noticeable way to do this is to run pre-compiled programs because they are already in machine code. C or C++ are great (if not the best when programmed well) tools for really high traffic sites, but ASP.NET is also a very capable tool that is easier to learn.

What you have quoted was my entire post at the time you quoted it (I edited it soon after posting)
I started learning php some months ago.After reading you post I think I wasted my precious time. So ASP.net better than php ?
hello-world is offline  
Reply With Quote