Dario Solera wrote:
I myself dislike weak-typed languages, they are just more error-prone.
Why? I use both and make no more errors in one than the other. The errors are just different.
Dario Solera wrote:
The problems come when you have to build big applications, and you end up having extremely convoluted code (just take a look at WordPress or phpBB) which is, as you said, very hard to debug
Nonsense. As with any programming language you can shoot yourself in the foot if you try (or don't try). I'm sure there are many ASP.NET projects that are convoluted and messy.
Dario Solera wrote:
On a side note, ASP.NET application tend to "feel" faster than PHP ones
Subjective. My subjective opinion is that ASP.NET sites tend to be sluggish and bloated (sorry, CodeProject)