Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 06-08-2008, 06:57 AM Php Or Asp.net
Extreme Talker

Posts: 216
Trades: 0
Friends,

I am little confused which language to use for my new website. This site is database oriented and huge data will be stored, viewed and searched.
i have had bad experiences with ASP, but i have had satisfactory performace with PHP sites, now i want to try ASP.NET based site.

kindly suggest me which one i should chose to start the work.
regards
Joey
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
memorygreetings is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-08-2008, 09:30 AM Re: Php Or Asp.net
rogem002's Avatar
PHP Chap

Posts: 843
Name: Mike
Location: United Kingdom
Trades: 0
http://www.webmaster-talk.com/php-fo...s-asp-net.html - this topic seems to have already been posted.
__________________
My Blog/Site:
Please login or register to view this content. Registration is FREE
rogem002 is offline
Reply With Quote
View Public Profile Visit rogem002's homepage!
 
Old 06-08-2008, 10:50 AM Re: Php Or Asp.net
Super Talker

Latest Blog Post:
Moon Cakes and Hosting
Posts: 131
Trades: 0
Asp Dot Net with MS SQL 2005 is a glueless and great combination especially at 64 bits.
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
wisdomtool is offline
Reply With Quote
View Public Profile Visit wisdomtool's homepage!
 
Old 06-08-2008, 12:58 PM Re: Php Or Asp.net
nyef's Avatar
Ultra Talker

Posts: 265
Name: Lucas
Trades: 0
If you want to try a .net site, then try it. Are you asking for permission or what? =)
__________________
~nyef

Please login or register to view this content. Registration is FREE
nyef is offline
Reply With Quote
View Public Profile Visit nyef's homepage!
 
Old 06-08-2008, 02:10 PM Re: Php Or Asp.net
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
I feel that PHP and MySQL can be used for this, just index properly.
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Old 06-08-2008, 02:18 PM Re: Php Or Asp.net
ForrestCroce's Avatar
Half Man, Half Amazing

Posts: 3,023
Name: Forrest Croce
Location: Seattle, WA
Trades: 0
Indexes are only part of the problem with a large scale application. You can have a great set of indexes on an otherwise bad data schema, and the database can pull your hole app down, no matter what logic tier language or framework you used. And a person can write a terrible schema just as easily in Oracle, MySql, MsSql, or just about anything else.

Asp and asp.net have some built in mechanisms that php doesn't have ... stuff that makes a high scale web site possible. Caching is the main one; in php, as far as I've ever been able to tell, there's no way to cache data at the application level. You can store things in a user session, but not an application. Things like the values in a bunch of drop-down lists are perfect for app-level caching, because they rarely change, and it's a waste to make a round-trip to the database for each of them, but also because it's also wasteful to store them in each user session. The more connections and transactions in the database, the more pressure it's under ... that doesn't hurt a normal web site, but limits how far it can scale.

Both languages have their strengths and weaknesses, neither is perfect, or we wouldn't have both. If you want to try one you haven't used before, that's probably a very good idea ... more in your bag of tricks.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
ForrestCroce is offline
Reply With Quote
View Public Profile Visit ForrestCroce's homepage!
 
Old 06-09-2008, 06:44 AM Re: Php Or Asp.net
Average Talker

Posts: 18
Name: Phil
Location: Scotland
Trades: 0
well, I would always suggest php but I have never used asp. In all honesty I wouldn't trust anything made by ms to work well with 'huge data'. The minute performance issues with php are easily negligible. Oh, the only issue with the speed of data processing is the sql server - it's the one that does most of the calculations if it is concerning massive amounts of data.
Bozebo is offline
Reply With Quote
View Public Profile Visit Bozebo's homepage!
 
Old 06-09-2008, 11:04 PM Re: Php Or Asp.net
Junior Talker

Posts: 3
Name: Chad
Trades: 0
Php is the way to go. You never have to worry about it costing you money and it is definately not going anywhere. Plus now that "Ajax" is around the limitations have become a heck of a lot less.
__________________

Please login or register to view this content. Registration is FREE
phparrow is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Php Or Asp.net
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.58304 seconds with 12 queries