Question:
Which Coure is better Asp.net or PHP ?
RABBIT
2010-11-25 23:15:29 UTC
I have completed BCA...I m looking for Additional Courses....I have two options ASP.NET and PHP...Which is good for me PLZ suggest....Also suggest other courses...I want to become a software developer....
Four answers:
Mike S
2010-11-26 11:22:55 UTC
If you want to become a software devleoper rather than a web developer then asp.net is by far and away better to learn thanks largely to visual studio IDE and the many project types available to choose from.



Just to be clear PHP is NOT faster than ASP.NET, it is entirely subjective dependant on the task that it is doing and how well it is coded.

My sites run much faster in ASP than they do in PHP largely because I am better at it but all the same.
?
2010-11-26 07:35:31 UTC
Go with ASP.net. It's harder than PHP to start but people that know ASP.net is more rare so makes this class more valuable for your future. ASP.net usually is deployed on big corporate sites, while PHP is preferred by the freelancer or small corporation as they are open source. Beside, PHP is very easy to learn and you don't need a class for it.
Asker
2010-11-26 07:22:18 UTC
I prefer you to choose Php.



Php Advantages :



1- Its free

3- Its very easy to learn

3- It works great on all platforms. Windows Mac Linux etc.

4- It provides better security and encryption methods

5- Worlds majorly used language by the modern web industry like Youtube Facebook Twitter.

6- Fasrter than ASP

7- More tutorials over internet than Asp

8- Great community support about php on php.net



Note:

In working with PHP, most tools associated with the program are mostly open source software so you need not pay for them. As for ASP, you might need to buy additional tools to work with its programs.
anonymous
2010-11-26 07:31:11 UTC
i prefer PHP

----------

For PHP



* Free

* Open source

* Easier to learn due to its basic scripting language structure and build in functionality

* PHP5 now offers many object orientated development concepts

* Has many free IDEs available that are very impressive and well supporte

* Runs on Apache server which is open source

* Run on IIS 6.0 and IIS 7.0 due to Microsoft’s implementation of FastCGI open standard

* Has multiple platform support

* Marginally faster due to the overheads imposed by .Net’s Common Language Runtime, which is responsible for intermediate compilation of .Net’s many languages

* Has a huge support base as it is open source

==========

or ASP.Net



* Can be developed using the stunning Visual Studio.Net IDE that offers vast array of features, that make coding much easier and development more productive

* Developers can download a free scaled down version of Visual Studio that offers an impressive array of features. This is aimed at students and hobbyists

* Runs on IIS (Internet Information Services)

* Applications can be written using many programming languages (e.g VB.Net, C#, J#, C++ COBAL)

* The .Net framework (the engine that ASP.Net is runs on) has more sophisticated error handling capabilities than PHP

* Allows better separation of design and application logic using of code-behind pages and user-controls

* Has built support for AJAX as of .Net Framework 3.5


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...