Planty02
Member
Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
|
I know there are a few web developers on here and im just starting out in this area (placement year from uni - already done 2 years) and wanted peoples thoughs on the pros/cons of the languages
|
AndyKent
Member
Registered: 3rd Sep 05
User status: Offline
|
PHP cos I know how that works (kinda biased)
I've used ASP but not ASP.NET - I found PHP much more user friendly with more 'obvious' function names etc in it......whether or not anything has changed in ASP.NET I don't know.
|
Planty02
Member
Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
|
ASP.net is alot different as i understand it...it allows you to write code in other languages (e.g. VB, C, etc), the framework then converts the syntax into one generic language and executes it
This means that a programmer who is familiar in one language (VB for instance) can write teh app in their chosen language and get the same results as if it were written in C for example
[Edited on 26-10-2006 by Planty02]
|
AndyKent
Member
Registered: 3rd Sep 05
User status: Offline
|
......but still based on ASP code. Thinking about it I thought that the .NET framework was for windows programming rather than web development? Am I wrong?
|
Planty02
Member
Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
|
.NET is very versatile and can be used for either...it can be embedded into web pages
if you'd like further info check out W3 Schools
[Edited on 26-10-2006 by Planty02]
|
AndyKent
Member
Registered: 3rd Sep 05
User status: Offline
|
you ask a question and end up answering mine
cheers
|
Planty02
Member
Registered: 5th Mar 05
Location: Burslem, Stoke-on-Trent
User status: Offline
|
no worries mate
|
James
Member
Registered: 1st Jun 02
Location: Surrey
User status: Offline
|
quote: Originally posted by aPk
......but still based on ASP code. Thinking about it I thought that the .NET framework was for windows programming rather than web development? Am I wrong?
ASP is made up of VBScript, its very different to ASP.Net
IMO Asp.Net used with VB or C# is far superior to PHP as it provides much more.
The main advantage of PHP is that its free.
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
I found that PHP was wasier to learn because there was a lot of stuff online. php.net is a really good resource and helps. I toyed with the idea of using ASP but found that the information wasn't so readily available, but as far as I understand it is a more powerful application which you can get more out of.
|