what will you chose to develop website? PHP or ASP.NET ? And why?
Dipa Ahuja
Select an image from your device to upload
They also said that PHP is free and for asp.net we have to get license?
Yes it's true as programmers can develop PHP applications virtually at no cost, because PHP is free to use. ASP.net is not free too, but its extensions are available for free on Windows platforms, upwards of 98. Hence, ASP.net is available to Windows users when they buy it.
Hi Diya,
I would just like to tell you what I feel since I have developed websites in both the languages.
It doesn't mean complex sites can not be made with ASP.NET but they require some time and of course structured coding is much easier in Visul Studio.
Hello Diya,
Here's my answer: ASP.NET and PHP are 2 different languages altogether, however, the crux of the arguement is that ASP.NET runs a compiled code, i.e., when you run an ASP.NET website, it is compiled to machine code and saved as an executable file. Even if you don't compile it, it gets compiled in its first run, and then runs as compiled code, in its successive runs. Now, we all know that PHP is an interpreted language, i.e., it is saved as a code, and runs from that code. Compiled programs run faster than interpreted ones, as the latter have to be reduced to machine level code at runtime, and hence I would go for ASP.NET.
And then, as we all know, ASP.NET comes with the advantages of .NET framework, be it its vast support for different languages, or its controls, as you have mentioned.