A little question about transition?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
alierainy123
Forum Newbie
Posts: 2
Joined: Sat Mar 17, 2018 4:31 am

A little question about transition?

Post by alierainy123 »

Hello!

I have done some work in Asp.net but now thinking to move to Php. I have only seen the basic tutorials of Php for now and it seems to me difference in syntax only. The outermost structure looks the somewhat same. So i want you guys to tell me how difficult my transition from Asp.net to Php would be? What are the main difference one have to face during such transition.

Advices would be appreciated. Thanks
alierainy123
Forum Newbie
Posts: 2
Joined: Sat Mar 17, 2018 4:31 am

Re: A little question about transition?

Post by alierainy123 »

please help me
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: A little question about transition?

Post by Christopher »

I think the main difference is that PHP is both weakly typed and dynamically typed. That may cause the most conceptual problems. PHP arrays that can have any kind of key and any kind of element are a great example of PHP's philosophy as opposed to other languages. There are many frameworks in PHP, so learning one of those (e.g. Laravel or Symfony) along with the language is a good idea if you want to be quickly productive.
(#10850)
Post Reply