Paul_J
Member
Registered: 6th Jun 02
Location: London
User status: Offline
|
I've personally been using a lot of Asp.net lately (along with CSS for custom object styles etc)... but I've just been thinking, a lot of things in asp.net are easier to do than in .php and essentially asp.net is capable of a lot of stuff (essentially giving you the power of applications on the web).
Is there any advantage of php over asp.net?
|
liamC
Member
Registered: 28th Feb 04
User status: Offline
|
Can be used on both windows and unix servers.
Not clued up on web technologies that much, but as far as Im aware ASP can only be used on Windows servers.
|
AndyKent
Member
Registered: 3rd Sep 05
User status: Offline
|
Yeh, ASP is a Microsoft only technology. The NET framework is also Microsoft only, so you're a little limited on deployment options.
PHP is open source and works on any server system.
|
Laney
Member
Registered: 6th May 03
Location: Leeds
User status: Offline
|
RoR > all
:nerd:
|
Paul_J
Member
Registered: 6th Jun 02
Location: London
User status: Offline
|
^ I do like Ruby, if that's what you were talking about.
Infact strangely I was looking at a ruby page just before I opened this
|
James
Member
Registered: 1st Jun 02
Location: Surrey
User status: Offline
|
quote: Originally posted by liamC
Can be used on both windows and unix servers.
Not clued up on web technologies that much, but as far as Im aware ASP can only be used on Windows servers.
If you ask me that's a bit of a rubbish advantage, IMO there is no big deal with using Windows servers.
I also think that ASP.Net is far superior, for starters it has a fantastic integrated development environment. I develop enterprise scale web applications and I have never seen php used in this industry. It is almost always ASP.Net (sometimes J2EE Tim ).
I think people that rave on about PHP being better either can't get to grips with ASP.Net/C# or can't afford the IDE
[Edited on 17-11-2007 by James]
|
James
Member
Registered: 1st Jun 02
Location: Surrey
User status: Offline
|
Biggest advantage of PHP is that it's free.
|
Laney
Member
Registered: 6th May 03
Location: Leeds
User status: Offline
|
quote: Originally posted by James
Biggest advantage of PHP is that it's free.
And its extensive documentation. And that its sympathetic to bad coding
|
Steve
Premium Member
Registered: 30th Mar 02
Location: Worcestershire Drives: Defender
User status: Offline
|
quote: Originally posted by James
Biggest advantage of PHP is that it's free.
|
chumbly_warner
Premium Member
Registered: 22nd Aug 03
Location: Leicestershire
User status: Offline
|
PHP is nice and i use that for my own pwrsonal development work.
For my job i am a java web developer, which i prefer
|