Click here to Skip to main content
16,005,149 members
Home / Discussions / Web Development
   

Web Development

 
General.net or php Pin
ABBASI_RA13-Mar-05 15:17
ABBASI_RA13-Mar-05 15:17 
GeneralRe: .net or php Pin
raouls13-Mar-05 19:53
raouls13-Mar-05 19:53 
GeneralRe: .net or php Pin
DavidNohejl14-Mar-05 6:23
DavidNohejl14-Mar-05 6:23 
GeneralRe: .net or php Pin
raouls15-Mar-05 1:22
raouls15-Mar-05 1:22 
GeneralRe: .net or php Pin
DavidNohejl15-Mar-05 3:09
DavidNohejl15-Mar-05 3:09 
GeneralRe: .net or php Pin
alex.barylski16-Mar-05 12:53
alex.barylski16-Mar-05 12:53 
GeneralRe: .net or php Pin
DavidNohejl18-Mar-05 1:09
DavidNohejl18-Mar-05 1:09 
GeneralRe: .net or php Pin
JKroschel21-Mar-05 6:49
JKroschel21-Mar-05 6:49 
Regarding the debate of which one is faster, you have to realize that people are comparing their own personal experiences. This is not a controlled situation. You could have a very simple program written in a horribly slow language versus a complex program written in a fast language and the simple program will out perform the complex one just because it has less to do. You could also have a complex program running on a fast server out performing a simple program on a slow server...There are just too many variables.
One thing to keep in mind is .net will create a virual compiled version of your application on hand. It is compiled at the first run-time and is kept until the .net file is updated. This means that you have a compiled program going up against a .php file which has to be interpreted each time it is run. This is the step which will always make .net faster than php WHEN EVERYTHING ELSE IS EQUAL.
Speed aside, you are asking which is better for web programming. In my 21 years of programming, I've learned there is no better language. There is just better use of the one you choose. Pick one and be good at it and you will always be better than people who half-ass their way through "the newest thing" - if you know what I mean.
Generaldatabase connection Pin
mpapeo13-Mar-05 13:13
mpapeo13-Mar-05 13:13 
GeneralRe: database connection Pin
DavidNohejl13-Mar-05 14:02
DavidNohejl13-Mar-05 14:02 
General.DLL Path for IIS 6.0 Pin
gmhanna13-Mar-05 7:21
gmhanna13-Mar-05 7:21 
GeneralOutput Directory Pin
gmhanna12-Mar-05 18:31
gmhanna12-Mar-05 18:31 
Generalpeer to peer application on pocket pc Pin
manasrahfantom12-Mar-05 3:40
manasrahfantom12-Mar-05 3:40 
Generalupload indicator Pin
asif m@hmood11-Mar-05 23:35
asif m@hmood11-Mar-05 23:35 
GeneralRe: upload indicator Pin
raouls13-Mar-05 20:15
raouls13-Mar-05 20:15 
GeneralRe: upload indicator Pin
asif m@hmood13-Mar-05 21:58
asif m@hmood13-Mar-05 21:58 
Generaljs example XPPanelbar not working Pin
david()()()()11-Mar-05 10:24
david()()()()11-Mar-05 10:24 
GeneralRe: js example XPPanelbar not working Pin
DavidNohejl11-Mar-05 14:16
DavidNohejl11-Mar-05 14:16 
GeneralRe: js example XPPanelbar not working Pin
david()()()()14-Mar-05 5:49
david()()()()14-Mar-05 5:49 
GeneralRe: js example XPPanelbar not working Pin
DavidNohejl14-Mar-05 6:17
DavidNohejl14-Mar-05 6:17 
Generalconectivity of database Pin
Bhuvanish11-Mar-05 10:04
Bhuvanish11-Mar-05 10:04 
QuestionHow to send different encoded characters from a page? Pin
Anonymous10-Mar-05 23:36
Anonymous10-Mar-05 23:36 
AnswerRe: How to send different encoded characters from a page? Pin
DavidNohejl11-Mar-05 5:06
DavidNohejl11-Mar-05 5:06 
GeneralRe: How to send different encoded characters from a page? Pin
Anonymous11-Mar-05 16:14
Anonymous11-Mar-05 16:14 
GeneralRe: How to send different encoded characters from a page? Pin
DavidNohejl12-Mar-05 0:36
DavidNohejl12-Mar-05 0:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.