I will roll up my sleeves and stop asking mulitple questions and start coding. I want to learn ASP.NET and PHP. Which one do you recommened me to start with and why?

I have taste of the two of them and have worked with them but just a little.

Thank you.

link|improve this question

7% accept rate
1  
Toss a coin. Heads = ASP.net; Tails = PHP. Get started. – InSane Nov 22 '10 at 3:11
1  
None is better than the other. This is a subjective, localized question and better resolved by examining the career opportunities in your area. Have you checked your local job ads lately? – stillstanding Nov 22 '10 at 3:12
ASP.net can have him!!!!1! – mario Nov 22 '10 at 3:20
Start with PHP - it's simpler and easier to get started with. You can easily get a site up and running and put PHP right in your pages, and more hosts support PHP hosting. – theJerm Nov 22 '10 at 3:40
Goma: You have this site completely backwards; you should not have been asking questions yet, and you should be asking questions once you are actually coding, and have specific problems that you need concrete answers to. – Andrew Barber Nov 22 '10 at 3:40
feedback

closed as not constructive by stillstanding, InSane, David Brown, J-16 SDiZ, Fredou Nov 22 '10 at 3:17

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

As a .Net developer, I think you should learn PHP first.

PHP requires a lot more manual effort in terms of code maintenance and structure, and requires you to think harder about security and basic OO principles. ASP.Net abstracts a lot of stuff away for you and, while that's in many ways a good thing, may teach (or at least permit) a few lazy habits.

This question is by its very nature going to light up the religious zealotry in every developer, so maybe figure out which language you think you'll use most. Decide whether you're likely to spend more time writing for open-source projects or hosting on Apache-based servers. Are the people you're going to talk to most PHP or .Net? Maybe it would be easier to learn from people who share the same language skills.

If you can get a good grasp of both, you'll certainly be very marketable. Good luck to you.

link|improve this answer
I would second that, and add that you might want to start with a PHP MVC framework like CodeIgniter or Kohana, which enforce good OO coding practices and DRY principles. – ddrace Nov 22 '10 at 3:22
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.