PHP versus ASP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vegas Ken
    Confirmed User
    • Sep 2006
    • 4151

    #1

    PHP versus ASP?

    I had this conversation with a webmaster yesterday. I was hoping to get the thoughts of the experts here at GFY. What are the advantages or disadvantages of each?

    In the spirit of the summer xbiz show.... a little joke for everyone. Get your geek-o-meter ready......

    Knock Knock
    Who's There?
    Orange
    Orange who?
    Orange you going to be at the summer Xbiz show?

    Seriously, I would love to hear everyone's thoughts on PHP and ASP.
    Skype: vegas_ken
  • Angelo22
    Writer
    • Feb 2007
    • 3123

    #2
    PHP all the way
    advantages: i know how to use it

    ASP: ive never really used it
    =D
    MAKE MORE MONEY FROM YOUR WEB TRAFFIC - 15% BONUS

    And contact me if you need high quality translating and writing work done - angelo22 (AT) gmail (DOT) com

    Comment

    • psili
      Confirmed User
      • Apr 2003
      • 5526

      #3
      Since ~60-70%% of the web's being served by apache, I'll continue sticking with PHP and open source like languages.

      I'm sure you can run .NET / asp on apache, but why would anyone want to do that?
      Your post count means nothing.

      Comment

      • BlueWire
        Confirmed User
        • Nov 2004
        • 4628

        #4
        Advantages of ASP and other .NET products over PHP:

        - Development time tends to be faster
        - Easy communication w/ desktop apps build in .NET

        Advantages PHP over ASP:

        - More PHP Developers Worldwide
        - Lower costs involved (open source)
        - The server environment it runs on is more stable
        - The language itself is more stable (When coded correctly)

        Final Conclusion:

        - Database driven apps that are only web-based should be built in PHP or Rails or CGI. (My preference being PHP & Rails. But CGI still has a little life left in her. Rails is blazing fast btw but coders for it are expensive and hard to find).

        - Online apps that have a desktop app component should explore using ASP and the .NET line of products.


        Hit me up on ICQ if you want to discuss further
        Last edited by BlueWire; 04-26-2007, 09:13 AM.

        Comment

        • drjones
          Confirmed User
          • Oct 2005
          • 908

          #5
          Originally posted by BlueWire
          Advantages of ASP and other .NET products over PHP:

          - Development time tends to be faster
          - Easy communication w/ desktop apps build in .NET

          Advantages PHP over ASP:

          - More PHP Developers Worldwide
          - Lower costs involved (open source)
          - The server environment it runs on is more stable
          - The language itself is more stable (When coded correctly)

          Final Conclusion:

          - Database driven apps that are only web-based should be built in PHP or Rails or CGI. (My preference being PHP & Rails. But CGI still has a little life left in her. Rails is blazing fast btw but coders for it are expensive and hard to find).

          - Online apps that have a desktop app component should explore using ASP and the .NET line of products.


          Hit me up on ICQ if you want to discuss further
          All accurate. I would throw Python in the mix too, using a framework like Django (http://django-project.com). Rails like features, but with Python in the background.. a very mature language with a huge community of developers, much more than Ruby. That might change if Rails momentum continues, or it may already have. Django/Python doesnt suffer the same deployment/server setup and speed issues that currently plague Rails, IMHO. It's apache integration is extremely mature, tried and true.

          Back to the original post.. I would stick to using open source tools. Its really a no brainer, unless you have some specific requirement that only proprietary software can fill.
          ICQ: 284903372

          Comment

          • BlueWire
            Confirmed User
            • Nov 2004
            • 4628

            #6
            Originally posted by drjones
            All accurate. I would throw Python in the mix too, using a framework like Django (http://django-project.com). Rails like features, but with Python in the background.. a very mature language with a huge community of developers, much more than Ruby. That might change if Rails momentum continues, or it may already have. Django/Python doesnt suffer the same deployment/server setup and speed issues that currently plague Rails, IMHO. It's apache integration is extremely mature, tried and true.

            Back to the original post.. I would stick to using open source tools. Its really a no brainer, unless you have some specific requirement that only proprietary software can fill.
            Agreed on Python. We pretty much exclusively use PHP for database driven processes at Bluewire

            Comment

            • fuzebox
              making it rain
              • Oct 2003
              • 22351

              #7
              IMO unless you've got a boardroom full of directors to impress, there is no reason to choose ASP over an open source solution.

              Comment

              • Humpy Leftnut
                Confirmed User
                • Apr 2007
                • 1292

                #8
                The one thing ASP has going for it is easy integration with other .NET stuff, as posted earlier.
                Humpy Leftnut - Pornsumer Reviews

                Comment

                • k0nr4d
                  Confirmed User
                  • Aug 2006
                  • 9231

                  #9
                  Well, let me put my view on it this way...

                  When i worked full time for a company locally here, I used to take notes and write up documents in MS Word. That shit crashed on me so much, i eventually got so fed up i started using paper instead. Paper doesn't crash.

                  If i can't trust Microsoft with a simple task like storing a to-do list for the day, how can i trust it with my work?
                  Mechanical Bunny Media
                  Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

                  Comment

                  • nnweb
                    Confirmed User
                    • Apr 2004
                    • 724

                    #10
                    i started learning C# and im switching all my PHP apps to it. I love everything about it. SQL Server blows mysql out of the water too.

                    Comment

                    • drjones
                      Confirmed User
                      • Oct 2005
                      • 908

                      #11
                      BTW, php works w/ Mono, the open source implementation of .NET. You can easily hook php or python into Mono apps, and typical .NET apps should work with Mono as well.
                      ICQ: 284903372

                      Comment

                      • footmonkey
                        Confirmed User
                        • Nov 2005
                        • 639

                        #12
                        I've used both but if I have a choice it has to be PHP.

                        Comment

                        • psili
                          Confirmed User
                          • Apr 2003
                          • 5526

                          #13
                          Originally posted by BlueWire
                          Rails.....
                          Am I a geek if I say ruby & rails gives me wood, yet whenever I hear, read or say "ruby on rails" I lose my wood?

                          I fucking love that framework, but I can't stand the moniker they gave it.
                          Your post count means nothing.

                          Comment

                          Working...