What language do you use?
I'm learning ASP.NET now :-/
People said it's no difference betwen PHP and ASP.NET
I personally prefer the way C# works in the flow of my code :D
ProgrammersTalk
Junior Poster in Training
84 posts since Jun 2007
Reputation Points: 21
Solved Threads: 7
I use PHP5 and don't see a need for anything else at this point.
stymiee
He's No Good To Me Dead
3,360 posts since May 2006
Reputation Points: 161
Solved Threads: 38
English mostly, some Spanish. Occasionally I'll spout complete gibberish :) ..... Oh! you mean programing language!
Right now C# mostly. Ah the framework it's like Duplo bricks for windows. You can knock up a towering bloated edifice in minutes! I love it me.
Javascript. Actually ECMAScript but were already confused enough. It's like: What type is that variable now? it's a number, no it's a DOM element, oh bugger it's undefined! An error occured on some non existent line; object expected. (It has to say object cos it's got no frikin' idea what to expect!)
I Like PHP a lot, especially after Zend figured out why terms like 'codepage' and 'unicode' exist.
But perl will just never be beaten for scripting those tiresome tasks.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
English mostly, some Spanish. Occasionally I'll spout complete gibberish :) ..... Oh! you mean programing language!
WOW! Finally you understand!!! GOOD JOB USA!!! or.. ENGLAND!!!?? :D
Why is PHP better anyway? I don't think I see difference other than that PHP is open source and can be used any server, that's all. I think both of them are the same thing, I'm planning to do JSP soon :D
ProgrammersTalk
Junior Poster in Training
84 posts since Jun 2007
Reputation Points: 21
Solved Threads: 7
ASP.NET doesnt run on linux (if it can then its rare) which runs like 60% of all web servers
and of all the windows web servers very few offer ASP.NET 2, most of them offer classic ASP and a few offer ASP.NET 1.1
it is much more hard and expensive to find an ASP.NET 2.0 host than a PHP one
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
it is much more hard and expensive to find an ASP.NET 2.0 host than a PHP one
can you give me proof on this? I found it the same thing... :)
ProgrammersTalk
Junior Poster in Training
84 posts since Jun 2007
Reputation Points: 21
Solved Threads: 7
ASP.NET doesnt run on linux (if it can then its rare) which runs like 60% of all web servers
I thought mono could run ASP.NET ?
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
I think ASP.NET can run on Linux using Chilisoft.
I don't think so. Chilisoft ASP will run classic ASP pages written with VBScript, but not ASP.NET pages.
I had a search about and I can't find anything about Chilisoft ASP supporting ASP.NET web applications.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
jbennet
Moderator
18,523 posts since Apr 2005
Reputation Points: 1,820
Solved Threads: 600
XHTML & PHP must admit im taking a liking to Ruby on Rails too
Resonate
Junior Poster in Training
66 posts since May 2007
Reputation Points: 10
Solved Threads: 1
...Perl kicks PHP's scrawny unmanageable a$$... But both are inperfect for different reasons.
C++ is rule for web applications; not easy to use admitadly, it doesn't natively have the text manipulation features of Perl, nor the huge library of builtin nonsensically named functions as PHP, but if you're gonna write in a language that gets more and more C++-like with every release ( i.e. PHP ), you may aswell write in a language that can be compiled.. Zend is written in C++, and adds effecively nothing to the language apart from an additional layer of interpretation, and the aforementioned set of builtin functions; which are afforded ( better ! ) by third-party C++ libraries. At least Perl doesn't look like, or try to emulate weakly typed C++.
If you have a choice, write in C++ with XML libraries and a database library; or Java, which has both in the standard library. All the 'mixing HTML with server app code' functionality as afforded by PHP, ASP, and also Perl and others, is overated at best, and a manageability nightmare at worst.
Just my opinion, of course..
MattEvans
Veteran Poster
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64