if(!now){when();}
Bungie Favorite Author : Iris::1
Map
I always see it as a, "You get what you pay for." type of situation.
Posted by: dazarobbo
Posted by: chip legend
Meh, I find .net really clunky to work with. Don't even get me started with its MVC implementation *shudders*. Some aspects of it were nice, but I'm more comfortable with PHP - plus it's a LOT easier (for ma anyways) to duplicate my local setup onto another machine - whether it's windows, mac or *nix :)
Everyone has their preference though ;)I agree about the benefit of it being portable, but it's the some of the bigger things in ASP not being in PHP is why I prefer it (eg. Master Pages, simple event handling - especially client-side, .NET integration, Visual Studio integration, database integration, etc...).
There's just something I find so unattractive about an "unmanaged" environment like PHP, Perl, Python, etc... where you can just throw a script up and have it run - there isn't any kind of "tying together" of it as an application/site (I guess I'm referring more to how Visual Studio handles all of this though).