Is there any guides to assist a seasoned PHP developer wanting to learn c# and .net? [closed]
I remember when I switched from Classic ASP to PHP many years ago, and I came accross an awesome document on the net showing how the VB开发者_StackOverflow中文版script differed to PHP. It really helped me when I ported an old photo album software I made to PHP.
I was wondering if anyone knows a similar guide, from PHP to .net? If not, what are the best resources to start? Is there anything I need to untrain myself in doing, being a PHP developer?
Learn ASP.NET: for PHP Developers
This series of code casts and labs from Microsoft should really help you.
http://msdn.microsoft.com/en-us/rampup/dd861537.aspx
Since you seem to be into web development, I assume that you want to use .net and C# to make web projects. There are basically two flavors: ASP.NET Web Forms and ASP.NET MVC. Google for the latter, I think it will feel more "at home" concept-wise when you're coming from PHP.
精彩评论