How to go from PHP to ASP
January 31, 2007 3:32 AM Subscribe
Going from PHP to ASP: Resources, Books?
I am an experienced PHP developer, doing larger ecommerce applications for the last years. I am also doing Action-/Javascript and a bit of Java. However, my ASP/MSSQL knowledge is pretty much nil.
I need to start developing in ASP 2.0 NET as well, and pretty quickly. My first look for resources on the web beyond introductory tutorials was a bit disappointing. Buying books without knowing the first thing about the matter seems hit or miss.
So, I'd be happy about book recommendations. Mainly dealing with structure of ASP projects, OOP ASP, MVC/templating, ASP best practices, etc.
Pointers to good online resources are appreciated as well, of course.
Thanks!
posted by uncle harold to computers & internet (5 answers total) 3 users marked this as a favorite
ASP.NET is an event driven OO platform. You can do some of that in php, so the reading list is different if your php is object oriented vs top to bottom embedded html/php spaghetti like ASP 3.0 used to be.
If your php is object-y you need to learn the libraries, syntax, and IIS weirdness. If your php is script-y you need to learn that an how to build OO apps.
posted by mrbugsentry at 8:05 AM on January 31, 2007