开发者

C# learning resources for PHP developers

开发者 https://www.devze.com 2022-12-22 05:49 出处:网络
I am a PHP developer however I\'m looking widen my skill set. Can anyone recommend some good res开发者_运维技巧ources? (Online would be awesome but not necessary :) )

I am a PHP developer however I'm looking widen my skill set. Can anyone recommend some good res开发者_运维技巧ources? (Online would be awesome but not necessary :) )

What are the biggest differences?

Any help is appreciated.


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.


After looking a little bit around. I found out that c# is not really the problem. As a developer I would say that it is harder to learn ASP.NET.

That being said it needs a little explanation; If you're learning ASP.NET from sratch it's not a problem. But with a background in PHP it takes a little getting used to ASP.NET's strange and not-so-standard ways.

0

精彩评论

暂无评论...
验证码 换一张
取 消