I am a PHP developer however I’m looking widen my skill set. Can anyone recommend some good resources? (Online would be awesome but not necessary 🙂 )
What are the biggest differences?
Any help is appreciated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think the main difference is that C# is usually compiled (in a windows platform), whereas PHP is usually interpreted. C# is closer to Java in syntax, and is much more strongly typed than PHP (which is loose, weakly typed – you don’t have to declare variables, etc).
If you’re looking for great tutorials on C# I would personally look for books, since fundamentally valuable beginner-to-savvy instructions are more nicely consolidated in them than online.
You can look at this post on SitePoint.