switching to the dark side

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
User avatar
shiznatix
DevNet Master
Posts: 2745
Joined: Tue Dec 28, 2004 5:57 pm
Location: Tallinn, Estonia
Contact:

switching to the dark side

Post by shiznatix »

OK so I might have another nice job offer. Sadly, this job would be me coding ASP.NET websites and whatnot. I know, I am sorry, but if I do happen to get offered this job then I would have to take it since it would just be too good to pass up.

Questions:

- How easy/hard is it to switch from knowing PHP to doing ASP?
- Are there any forums like this that are for ASP? (good forums, not stupid sitepoint ones filled with ads)
- Any good tutorials to start learning how to use ASP that someone knows of?
User avatar
Jenk
DevNet Master
Posts: 3587
Joined: Mon Sep 19, 2005 6:24 am
Location: London

Post by Jenk »

If you have a good grasp of how to design and map out an application, the syntax you choose is an insignificant factor (providing the capabilities of said syntax is up to the job.. COBOL won't make a good dynamic webpage :P)

Just have a decent reference to hand (VS's built in) and you'll do fine :)
User avatar
Skittlewidth
Forum Contributor
Posts: 389
Joined: Wed Nov 06, 2002 9:18 am
Location: Kent, UK

Post by Skittlewidth »

I took a brief trip to the darkside over the summer and didn't get on with it at all, but that was with ASP 3.0 not ASP.NET. I realised how much I had taken for granted the hundreds of functions written into PHP over the years to get jobs done with the minimum of fuss. I'm ashamed to say I actually gave up after a fortnight, and we persuaded the client they'd get a better product and quicker if they'd let me do it in PHP :oops:

I searched and searched for an ASP equivalent to this site and didn't find one. The WROX forums were okay, but only because it was linked to the book I was working through. http://www.4guysfromrolla.com is helpful but like so many ASP resources, slow and riddled with ads. I guess thats what happens to you when you go down the Micro$oft route!

If you have experience with VB syntax you should take to it fine.
Post Reply