Loading ...

Who is online?  0 guests and 0 members
home  »  blogs  »  Vivek Thakur  »  ASP.NET vs PHP

Product Spotlight

ASP.NET Hosting Spotlight

 

Comments (6)

awake
ASP.NET is impressive no doubt (and I program in ASP.NET), but there is nothing it does that PHP cannot do. Also there are PHP frameworks that make life equally as easy as what ASP.NET offers (as far as security, membership and other functionalitieis go) Also you cannot compare PHP's FREE to ASP.NET FREE, and yes, ASP.NET hosting is slightly higher that PHP hosting. I really did not get your point about ASP.NET costing less in terms of hardware to support? HOW in the 21st century did you come up with this? You should check out PRADO and Yii (two awesome php frameworks). - http://pradosoft.com - http://yiiframework.com
3/30/2009
 · 
 
by
vivek_iit
Vivek Thakur said:
@awake: this comes from my personal experience when working with two major websites in PHP which the client wanted to convert to .NET. After the conversion, we compared the load tests and realized that there is a slight reduction in hosting costs because of the inbuilt support in asp.net for session scaling like State server and sql server based sessions.PHP does scale, but I guess there is no in built support like in ASP.NET, hence the term "costly".
3/30/2009
 · 
 
by
Graphicalinsight
Hell there.. I am a web developer fluent with Tomcat-jakarta, Server 2008, and Apache Axis 2(Perl,PHP,Python,Ruby, Curl). I was wondering why there is all this heated debate going on whether php or asp is better? Since the new Server 2008 Model is much much better than its previous Server 2003 counterpart. And Server 2008 has php support... Why aren't people Asking if J2ee, or Asp.net applications is best? Besides, there is only so much you can do w/o Acrobat, ActiveX,Flash Player, Shockwave, Jvm, etc. So why is the debate about server scripting that is in the same "server farm"? P.S. Did you mention using the correct DTD, and XML Version, along with your application/xml+xhtml?
11/26/2009
 · 
 
by
Graphicalinsight
Hell there.. I am a web developer fluent with Tomcat-jakarta, Server 2008, and Apache Axis 2(Perl,PHP,Python,Ruby, Curl). I was wondering why there is all this heated debate going on whether php or asp is better? Since the new Server 2008 Model is much much better than its previous Server 2003 counterpart. And Server 2008 has php support... Why aren't people Asking if J2ee, or Asp.net applications is best? Besides, there is only so much you can do w/o Acrobat, ActiveX,Flash Player, Shockwave, Jvm, etc. So why is the debate about server scripting that is in the same "server farm"? P.S. Did you mention using the correct DTD, and XML Version, along with your application/xml+xhtml?
11/26/2009
 · 
 
by
Rob
I've spent 5 years working on commercial applications in PHP (from small to large corporates) and the past 4 with C# ASP.Net (on high profile sites) and this is what I've noticed from my own experience with both PHP * Simpler and quicker to learn * Faster to deploy for smaller sites * Loosely typed, easier to develop smaller applications with. * Generally quicker to make simpler changes to existing apps/sites ASP.NET * More complex to learn * Superior Development Environment * .Net Framework contains a lot of plumbing for all sorts of functionality * Closer to traditional O.O Programming model * More time-consuming for smaller changes to applications * Designed to scale I think PHP is great for smaller to medium size applications (dont get me wrong, there are some awesome large apps in php), however feel that ASP.Net provides a more robust programming model for larger more complex software apps. Combine that with the best IDE on the market (that can actually speed up development quite a lot) Conclusion: While either language can achieve the same results (I know this because I have done it in both PHP and ASP.Net), wouldn't you choose the most appropriate language for the task at hand. PHP - Simpler applications, or Established Open Source Apps (Like CMS, ECommerce, etc) ASP.Net - Custom Web and Desktop applications with lots of functionality, complex workflow etc
5/16/2009
 · 
 
by
nicachipal
Tom Jim said:

shut up all of you!  Nobody doesn't no Sh....t. !

9/23/2010
 · 
 
by

Confirm

Latest community blog posts

  • A person on the forums was struggling with jQuery tools tabs index issue on postback. On clicking the tabs and doing some postback the selected tab index was getting lost. Below is the solution on how to retaing the previous selected index which was there before postback. Complete Source: <%@ Pag...
  • I was working with jQuery tools tabs today and I had to set the initial index of tab selected by default. The solution is to set initialindex property in the options. Source: $("ul.tabs").tabs("div.panes > div", { initialIndex: 1 }) ; Complete code to test above: <html> <head> <tit...
  • A person asked me today how to get form authentication cookie and get the data present in it. I decided to write a short blog on it. Formauthentication cookie is saved with the name which we can get via FormsAuthentication.FormsCookieName property. The key here is to get the cookie via this name and...
  • While working with one of the sample application I noticed that form authentication timeout in web.config was overriding the manual ticket's (which we created via code) timeout. Below is the code which was written in the application: var ticket = new FormsAuthenticationTicket(1, "UserName", DateTime...
  • In this blog I will show how to select a range of characters in textbox with jquery. In my demo I have used one textbox and one button. On click of button arange of characters in textbox will be selected. Below is the sample code: <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="ser...

Vivek Thakur's latest blog posts

Product Spotlight

ASP.NET Hosting Spotlight

 

Quick Vote

What kind of email newsletter would you prefer to receive from CodeAsp.Net?