View Single Post
Old 11-24-2007, 08:46 AM  
polle54
Confirmed User
 
Join Date: Jul 2004
Location: The Beach
Posts: 4,626
Quote:
Originally Posted by FlowerKid View Post
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.
__________________
ICQ# 143561781
polle54 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote