Forum     

Go Back   Digit Technology Discussion Forum > Software > Programming
Register FAQ Calendar Mark Forums Read

Programming The destination for developers - C, C++, Java, Python and the lot


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 20-10-2008, 02:47 PM   #1 (permalink)
Broken In
 
sharma_atul85's Avatar
 
Join Date: Nov 2006
Location: Chandigarh / Ludhiana
Posts: 150
Question PHP or ASP??


hello frnz plz help me out!!
I have undergone 6 months training in ASP.NET during B.Tech. but later on i did not get any job in .net then i joined a company which works in php although d pay scale is good enough but am not gettin comfortable with php...

bt i came 2 knw that php is much better than asp in terms of feature ....bt dnt knw much plz help me out if which one to opt for
sharma_atul85 is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 20-10-2008, 08:25 PM   #2 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: PHP or ASP??

Neither PHP nor ASP. What really matters is good software design capabilities.
__________________
Chandru

http://tuxychandru.blogspot.com
chandru.in is offline  
Old 24-10-2008, 04:25 PM   #3 (permalink)
Human Spambot
 
toofan's Avatar
 
Join Date: May 2008
Location: Haldwani(Nainital)
Posts: 2,124
Default Re: PHP or ASP??

Go for PHP.
ASP will restrict you to some limits.
toofan is offline  
Old 24-10-2008, 05:59 PM   #4 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,785
Default Re: PHP or ASP??

^^ Can you give examples of those limits?
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps @75GB FUP :)
Battlefield 3 Multiplayer Discussion | Battlefield 3 Low Latency Servers List
Charan is offline  
Old 24-10-2008, 06:04 PM   #5 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: PHP or ASP??

Quote:
Originally Posted by Charan View Post
^^ Can you give examples of those limits?
  1. ASP is a legacy technology. Even MS is pushing ASP .Net over ASP.
  2. PHP has several frameworks built on top of it (think Wordpress, drupal, etc) which can greatly accelerate development of modern sites. There are not many such widely deployed solutions for ASP per se.
  3. If you included ASP .Net in the term ASP, then its portability is questionable to non-windows platforms.
__________________
Chandru

http://tuxychandru.blogspot.com
chandru.in is offline  
Old 24-10-2008, 06:17 PM   #6 (permalink)
Rubik's Uncle!!
 
Charan's Avatar
 
Join Date: Sep 2004
Location: ಬೆಂಗಳೂರು (Bengaluru)
Posts: 3,785
Default Re: PHP or ASP??

^^ I think the OP was refering to ASP.NET
__________________
i5 2400 | DH67BL | G.Skill Ripjaw 4 GB | FSP SAGA II 500W | CM 430 Black Elite | MSI R6850 Cyclone PE/OC | XBox 360 Controller | 21.5" Samsung Sync Master 2233 | 4 Mbps @75GB FUP :)
Battlefield 3 Multiplayer Discussion | Battlefield 3 Low Latency Servers List
Charan is offline  
Old 24-10-2008, 07:40 PM   #7 (permalink)
PhotonAttack
 
DigitalDude's Avatar
 
Join Date: Oct 2007
Location: Chennai
Posts: 1,277
Default Re: PHP or ASP??

we can't generalise whether PHP is better than ASP.NET and such statements...

It all depends on the project's scale, budget, reliability requirements etc...

generally, php+mysql is a killer combo for small to mid scale web apps

its better to be trained in both the technologies as you would have lot of opportunities

_
__________________
In a time of universal deceit, telling the truth is a revolutionary act - George Orwell

|| तमसो मा ज्योतिर्गमय ||
DigitalDude is offline  
Old 24-10-2008, 07:57 PM   #8 (permalink)
MMO Addict
 
amitava82's Avatar
 
Join Date: Jul 2004
Location: Bangalore
Posts: 1,474
Default Re: PHP or ASP??

Wordpress, drupal are not 'Frameworks' and do not help in any way to build any modern site. But yeah, your definition of 'Modern sites' might be different than what I think it is.

And you can develop ASP.Net sites faster (and easily. Thanks to Visual Studio) compared to PHP sites.

Above said, I prefer PHP.
__________________
Steam Profile || Personal Page
Warp drive active. Approaching stargate.
amitava82 is offline  
Old 24-10-2008, 08:25 PM   #9 (permalink)
CAFEBABE
 
chandru.in's Avatar
 
Join Date: Mar 2008
Location: Bangalore
Posts: 474
Default Re: PHP or ASP??

Quote:
Originally Posted by Charan View Post
^^ I think the OP was refering to ASP.NET
Even then the points except first one hold true. A code using the latest and greatest features of most recent ASP .Net release will never ever run on non-Windows platforms.

Quote:
Originally Posted by amitava82 View Post
Wordpress, drupal are not 'Frameworks' and do not help in any way to build any modern site. But yeah, your definition of 'Modern sites' might be different than what I think it is.

And you can develop ASP.Net sites faster (and easily. Thanks to Visual Studio) compared to PHP sites.

Above said, I prefer PHP.
Wordpress and drupal are frameworks as much as they act as blogging platform and CMS. Modern sites, IMHO are sites which have both static and continuously updated content (news scrolls, etc) and definitely drupal and worsperss can handle such sites perfectly well.

Developing sites faster depends a lot on the site complexity. Dragging and dopping 10 components at 10 places, writing event handlers and deploying will work out for small sites which will be maintained by the same 1 or 2 people for its life-time. But larger more dynamic sites need plenty of planning and if it is a web application needs even more careful designing with scalability in mind. At this stage the tool/technology is really immaterial to the speed of development.
__________________
Chandru

http://tuxychandru.blogspot.com

Last edited by chandru.in; 24-10-2008 at 08:31 PM. Reason: Automerged Doublepost
chandru.in is offline  
Old 24-10-2008, 09:03 PM   #10 (permalink)
PhotonAttack
 
DigitalDude's Avatar
 
Join Date: Oct 2007
Location: Chennai
Posts: 1,277
Default Re: PHP or ASP??

wp and drupal may not be frameworks technically, there are a lot others for php like cakephp, codeigniter etc.,

but a lot of sites are built using drupal, joomla etc which have a huge development community that makes a lot of themes, plugins etc obviously all these make development easier

and lets not bring in the IDE's while comparing the scripting languages


_
__________________
In a time of universal deceit, telling the truth is a revolutionary act - George Orwell

|| तमसो मा ज्योतिर्गमय ||
DigitalDude is offline  
Old 25-10-2008, 01:19 PM   #11 (permalink)
Console Junkie
 
aditya.shevade's Avatar
 
Join Date: Jun 2006
Location: USA
Posts: 991
Default Re: PHP or ASP??

Php Ftw

EDIT: - For the record, the new auto de-capitalize in the forum SUCKS BIG TIME.
__________________
--- Console Junkie
aditya.shevade is offline  
Old 25-10-2008, 03:01 PM   #12 (permalink)
In The Zone
 
Join Date: Dec 2007
Location: Mumbai
Posts: 270
Default Re: PHP or ASP??

PHP

Stay with php, it will be coming with better OOP concepts in future. And more over, one shall keep away from MS products as much as possible unless necessary
__________________
Intel Q6600, Abit IP35-E, Transcend 2GB 800Mhz, Seagate 500GB(32MB) SATA II
EVGA 9600GT 512MB DDR3 Knock Out, Dell SE198WFP
ASUS DVD R/W 20X LightScribe, Zebronics Antibiotic, Cooler Master 500W
mastermunj is offline  
Old 25-10-2008, 03:56 PM   #13 (permalink)
Broken In
 
sharma_atul85's Avatar
 
Join Date: Nov 2006
Location: Chandigarh / Ludhiana
Posts: 150
Default Re: PHP or ASP??

n mreover thinkdigit.com is being developed using PHP so really no doubts that its going to kill ASP
sharma_atul85 is offline  
Old 25-10-2008, 04:01 PM   #14 (permalink)
Wahahaha~!
 
Faun's Avatar
 
Join Date: Dec 2006
Location: Pune/there
Posts: 7,676
Default Re: PHP or ASP??

Quote:
Originally Posted by aditya.shevade View Post
EDIT: - For the record, the new auto de-capitalize in the forum SUCKS BIG TIME.
YUP
__________________
Blog | Flickr | Battlelog
Spoiler:
Asus Z68 V-Pro|i5 2500k|TRUE Black|Ripjaws X|U2311H|N560GTX|D7000|XONAR STX|RE272|RE0|CC51|XE200PRO Walnut| TD II V2| Ultraphile|N5800

Mono
Faun is offline  
Old 25-10-2008, 09:05 PM   #15 (permalink)
WebDev :)
 
Gursimran's Avatar
 
Join Date: Dec 2007
Location: Amritsar
Posts: 39
Default Re: PHP or ASP??

PHP....
most widely used...
Gursimran is offline  
Old 25-10-2008, 09:27 PM   #16 (permalink)
Super Hero - Super Powers
 
n2casey's Avatar
 
Join Date: Sep 2006
Location: Dynamic
Posts: 766
Default Re: PHP or ASP??

For last few years I m working with ASP.NET. For a little time I have also worked with PHP & MySQL. It is true that u can develop an application more faster with ASP.NET rather than PHP but PHP has a major advantage that it has Open Source license.
ASP.NET needs costly license and just coz of that I have lost some projects since no one was ready to purchase the license, neither me nor client.

So my suggestion is to go with PHP. Now a days AJAX + PHP is in demand.
__________________
Minds are like Parachutes :arrow: They work best when open
n2casey is offline  
Old 27-10-2008, 09:43 AM   #17 (permalink)
Broken In
 
sharma_atul85's Avatar
 
Join Date: Nov 2006
Location: Chandigarh / Ludhiana
Posts: 150
Default Re: PHP or ASP??

Apart from the paid s/w thats a big obstacle to ASP.NET webpages ; PHP comes as an open source but still as far as I know its easy to work in .NET environment which uses a framework and thats all the pros....but PHP overshadows ASP in terms of its compatibility with a lot of OS and servers..also free database MySQL... and tons of friends who are always ready to share their good work with you..and "Feel Good" using original full version software..
sharma_atul85 is offline  
Old 01-11-2008, 07:33 PM   #18 (permalink)
Human Spambot
 
toofan's Avatar
 
Join Date: May 2008
Location: Haldwani(Nainital)
Posts: 2,124
Default Re: PHP or ASP??

Its free, its flexible, its simple etc etc ......................
...........................
..........................
..........................
etc etc
__________________
Check my work at:

http://www.flickr.com/photos/vimaljoshi
toofan is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

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 On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by topgear
- by Charan

Advertisement




All times are GMT +5.5. The time now is 05:53 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2