Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Web Development - What ASP.net can do that PHP cannot do? [closed]

Tags:

php

asp.net

Just thinking if it's necessary to learn ASP.net.

Also, which is faster to develop? If I learn ASP.net now..

I will be using one of those languages for my first Web Application.

thanks!

like image 400
Garv Avatar asked Nov 15 '10 16:11

Garv


People also ask

Why ASP.NET is better than PHP?

With ASP.NET you get multiple . NET libraries which is not the case in PHP development. ASP.NET allows threading of codes which allows multiple codes to run at the same time. ASP.NET developers are paid much better than any PHP developer because of there are less ASP.NET developers in the market.

What is difference between ASP.NET and PHP?

PHP is a server side coding/programming language. ASP.NET is a web application framework.

Is .NET better than PHP?

Net is less popular compared to PHP according to usage. PHP is very simple and easy to learn. . Net languages are complex and difficult to learn comparatively. PHP has shown more flexibility and compatibility with every operating system.


1 Answers

I think the best answer that CAN be given for this type of question is simply:

TRY BOTH AND DECIDE FOR YOURSELF

I have know devs that swear by PHP and others that swear by ASP.NET. There are also many that hate PHP but love ASP.NET.

Your question is VERY subjective, it cannot be answered properly unless you dive into more specific details, like "Does PHP do threading?" etc.

We cannot tell you what you will develop faster in, we don't know your skill level at grasping / using a new language, which is the assumption I have that you are new to both.

However since I am biased to PHP, I would recommend PHP to try with, but that is my opinion.

like image 196
Jakub Avatar answered Nov 15 '22 20:11

Jakub