Quote:
Originally Posted by FlowerKid
PHP and MySQL is a good combination for small up to bigger web projects.
|
I second that
I use PHP/Mysql for adult projects on linux servers
In terms of big business I use windows servers and ASP.NET with sql 2005 servers.
It's easier to structure your code correct if it's a huge complicated system.
Designpatterns are much easier integrated. Typically .NET applications are strong when you use Facade with Interfaces and Gateway patterns to make a clean cut to the Database and seperate business layer and UI.
Summery of my use:
PHP/Mysql
- for small projects
- Big projects on Linux
ASP.NET
- Huge commercial applications with maybe 7-15 solutions and 200+
codefiles.
Ruby:
- I only use it for fun so far.
Perl:
- Never learned it properly.