Which Language is more professional?

166 replies
Dear Users:
I have questions? That which language is more professions.

1: PHP
2: ASP
3: ASP.NET
#language #professional
  • Profile picture of the author Tashi Mortier
    I don't think that you can give a clear answer to this.

    Many big sites are written with PHP nowadays and so you can't say that it's less professional anymore just because it's free. ASP is more tightly integrated into the .NET environment and this may be an advantage in some situations.

    For the average developer PHP is the better choice because it is installed on most web servers.
    Signature

    Want to read my personal blog? Tashi Mortier

    {{ DiscussionBoard.errors[3591333].message }}
  • Profile picture of the author Adam Struve
    Sometimes I think PHP is more respected, but don't know if you consider that to mean professional.
    {{ DiscussionBoard.errors[3591773].message }}
  • Profile picture of the author Christian Little
    It really depends on your definition of "professional". That's a very relative term when asking this kind of question.

    PHP is fast and idiot-proof, so it's really easy to work with.

    ASP is more powerful, uses less memory to run, and isn't as idiot-proof.

    Generally speaking PHP is easier to work with, especially if you are new to coding. But ASP is better for larger applications.

    But it you really want pure speed and power, you should also consider Perl, which is way faster and uses much less memory than PHP or ASP. But it's also not an easy language to learn.
    {{ DiscussionBoard.errors[3592449].message }}
    • Profile picture of the author wizarddrummer
      Originally Posted by Christian Little View Post

      It really depends on your definition of "professional". That's a very relative term when asking this kind of question.

      PHP is fast and idiot-proof, so it's really easy to work with.

      ASP is more powerful, uses less memory to run, and isn't as idiot-proof.

      Generally speaking PHP is easier to work with, especially if you are new to coding. But ASP is better for larger applications.

      But it you really want pure speed and power, you should also consider Perl, which is way faster and uses much less memory than PHP or ASP. But it's also not an easy language to learn.
      It would have been much easier to just simply provide a link to this but I don't have 15 posts yet.
      Found this on Yahoo answers.
      One of the best comparisons I have read from "just JR"
      PHP, [www dot php dot net], while loosely based on C and Perl, has never faced the overwhelming complications ASP has. PHP is an object oriented language - though scripts need not necessarily be developed that way (there are still a vast number of developers preferring procedural programming, and PHP caters to both schools). PHP is both cross platform and open source, available for every major operating system and works with most web servers. It is easily extendable by anyone capable of coding in C, and comes pre-bundled with more functionality than ASP could ever offer. Simple capabilities, such as FTP, data compression, file uploads, XML, MD5, encryption and email are not included in ASP and require expensive, third-party packages to be installed. All of this functionality and more are built right into PHP. Complex functions such as dynamic images, IMAP, SNMP, dynamic flash, PDF, native access (non ODBC) to Oracle, Ovrimos, Postgre, Sybase, mySql, MSSQL, Ingres, Interbase and Informix databases, LDAP, and sockets, just to name a few, are available for free to any installation of PHP, but are not (and probably never will be) available with ASP. In addition, one could make the point that PHP is a more mature language than ASP. ASP has only been around since 1996; PHP has been around since 1994, and has a huge base of developers working on it every waking minute of every day; bugs are usually fixed within minutes of being reported and new features are being integrated daily.

      1) ASP is significantly slower than PHP, for obvious reasons. Primarily, PHP runs on notoriously fast Unix and Linux servers which have for years outpaced Windows running on comparable hardware. ASP does not run on any operating system other than Windows, and even then, only in IIS and PWS. I could discuss countless reasons why IIS makes a terrible web server, but that would be a discussion all on it's own. PHP runs on almost any web server, on almost any platform. I have even built a web server in PHP which was capable of executing PHP scripts.

      2) ASP natively supports only Access and MSSQL, whereas PHP natively supports a huge number of databases. They both support ODBC equally well. MySQL is a database that PHP closely integrates with; it is a very powerful database that rivals Oracle in speed. Like PHP, MySQL is free, and blows most other databases out of the water. Another hidden cost with ASP is the database angle; Microsoft expects you to develop using Access and when your webpage outgrows it, to switch to MSSQL, an extremely expensive option.

      3) While even the best software has glitches, PHP has notoriously few. The PHP development team has an outstanding reputation for fixing bugs, and in order to streamline the process they even have an online system through which new bug reports can be submitted. Most bugs are resolved within 24 hours, and I'm speaking from experience here. There are a huge number of outstanding bugs in ASP which will probably never be fixed. Unless you're a major corporation, chances are that your bug report to Microsoft will likely go unanswered.

      4) And finally, cost. PHP is free. ASP isn't free. If you want to use ASP, you have to use IIS, and if you want to use IIS, you have to buy Windows. Traditionally, the cost of Windows has been high. Microsoft has been aggressively trying to reduce this factor but they're hardly going to give Windows away for free. The cost of running an ASP-based website implies a full Windows server platform; development costs are higher, software licenses are expensive and speed, security and flexibility are all sacrificed.
      There's a reason that Unix and Linux are dominant in the server market; money, security and performance all speak volumes.
      My own experience is in alignment with this mans assertions.
      {{ DiscussionBoard.errors[4759131].message }}
  • Profile picture of the author 723Media
    That's always a question that comes down to your definition of professional.

    .NET will likely land you a higher paying job if that's what you mean by professional.

    But, as Tashi mentioned, there are lots of big sites out there that run on PHP and with the adoption of WordPress, Drupal and Joomla, there are lots of firms out there that opt to use PHP based solutions.

    It's relative to what you're looking for.
    {{ DiscussionBoard.errors[3593590].message }}
  • Profile picture of the author ShadowCaster
    I think that it doesn't matter what language you are using as long as you know how to use it properly..
    {{ DiscussionBoard.errors[3594938].message }}
    • Profile picture of the author TG12
      Originally Posted by ShadowCaster View Post

      I think that it doesn't matter what language you are using as long as you know how to use it properly..
      Quoted For Truth!
      Signature
      Vaoser Link Ninja Software
      DHV Delivery Systems FAILING at online dating???
      {{ DiscussionBoard.errors[3853328].message }}
  • Profile picture of the author indianbill007
    PhP is much easier but .Net is architectured well. Yes it depends on the scalability and usability.
    {{ DiscussionBoard.errors[3595877].message }}
    • Profile picture of the author mark12jon
      PHP is one of the best and easy programming language to use as it can be performed to any operating system. PHP is supported by nearly every hosting company. It's basics of PHP are very easy to learn.
      {{ DiscussionBoard.errors[3675664].message }}
      • Profile picture of the author robfrancis
        Originally Posted by TrafficMystic View Post

        it's not which is more professional is how you use it that make it professional..

        I'm been a developer for around 16 years now and well versed in php / c# / vb6 / c++ / c etc and have worked with and had a lot of guys working for me as i do now.. and regardless of the language you use if the coder themselves is bad is doesnt matter what you use they will always be bad..
        I couldn't agree more. Having about the same number of years and same languages that may not be so surprising.

        Originally Posted by darkhazza View Post

        PHP has the perception of being the industry standard, and so in that sense appears professional. However .NET promotes better program design and I would bet is quite a bit faster. On the other hand it's more expensive when you factor in you have to buy a windows server. Especially when linux servers are often more reliable.
        After doing about 160 websites in PHP, I no longer use PHP. I stick with .NET now. PHP may be easier to learn but then you inherit a whole raft of spaghetti code with the business rules and data access layer all mangled together with the presentation layer. That being said, .NET has some excellent patterns and frameworks but as TrafficMystic pointed out so rightly, plenty of developers make a mess of this too.
        Both PHP and ASP.NET are fast (ASP classic - anyone else remember 1998 was what we used before 2001 - it's like a scripting version for creating dynamic sites that I can't even imagine using thesedays.)

        Originally Posted by mark12jon View Post

        PHP is one of the best and easy programming language to use as it can be performed to any operating system. PHP is supported by nearly every hosting company. It's basics of PHP are very easy to learn.
        This is true that PHP can be deployed on Linux or Windows (the two main platforms for web hosting). It may be a consideration for you.


        HTH,
        Rob Francis
        {{ DiscussionBoard.errors[3685212].message }}
        • Profile picture of the author rallport
          Originally Posted by robfrancis View Post

          PHP may be easier to learn but then you inherit a whole raft of spaghetti code with the business rules and data access layer all mangled together with the presentation layer.
          Totally depends what code you inherit. From a new developer you may well inherit code in the way you describe. However, you can easily inherit an MVC application written in PHP that is equally as well written.

          Just because it's, ASP.NET doesn't mean at all that it will be written well.
          {{ DiscussionBoard.errors[4560160].message }}
  • Profile picture of the author olakh
    PHP is the professional language because database connectivity is done by this language is easy.
    {{ DiscussionBoard.errors[3596002].message }}
  • I think php is more professional.
    {{ DiscussionBoard.errors[3596523].message }}
  • Profile picture of the author jillwheeler
    Originally Posted by pixshix View Post

    Dear Users:
    I have questions? That which language is more professions.

    1: PHP
    2: ASP
    3: ASP.NET
    I'm a marketer and writer, not a programmer. So for my purposes, the cleanest, most functional site is the most professional. And for marketing purposes and ease of operation, it's hard to beat WordPress.
    {{ DiscussionBoard.errors[3596556].message }}
  • Profile picture of the author TrafficMystic
    it's not which is more professional is how you use it that make it professional..

    I'm been a developer for around 16 years now and well versed in php / c# / vb6 / c++ / c etc and have worked with and had a lot of guys working for me as i do now.. and regardless of the language you use if the coder themselves is bad is doesnt matter what you use they will always be bad..
    {{ DiscussionBoard.errors[3596587].message }}
    • Profile picture of the author ashbeats
      Originally Posted by TrafficMystic View Post

      it's not which is more professional is how you use it that make it professional..
      Well said man. Couldn't have put it better.
      {{ DiscussionBoard.errors[3672177].message }}
  • Profile picture of the author viaye
    IMHO instead of professional, think of supply side, scale of your project and budget. If you are a large organization with a big budget, got for ASP.Net, on the other hand, if you are looking for quick support from the community, well established open-source solutions like Wordpress, Joomla, Drupal, that you can quickly use and customize, go for PHP.

    At the end, it's your background, good programmers that you know and can hire, which will dictate what your development language should be based upon.
    {{ DiscussionBoard.errors[3598191].message }}
  • Profile picture of the author RichBeck
    pixshix,

    I am assuming you are looking at which is best for custom web development. Based on that, my thoughts are as follows:

    PHP is a popular scripting language. A lot of the Linux/UNIX crowd like it. If you are planning on developing for Linux/UNIX it would be a good choice.

    ASP is a legacy scripting language. It is essentially dead for professional use. It is a bad choice.

    ASP.NET using C# is a standardized programming language. Unlike the other two, it is compiled. It is the best choice for Windows.

    In the end, it really depends on what operating system you are targeting.

    All the Best,

    Rich
    {{ DiscussionBoard.errors[3599095].message }}
    • Profile picture of the author ghughes
      Originally Posted by RichBeck View Post

      pixshix,

      I am assuming you are looking at which is best for custom web development. Based on that, my thoughts are as follows:

      PHP is a popular scripting language. A lot of the Linux/UNIX crowd like it. If you are planning on developing for Linux/UNIX it would be a good choice.

      ASP is a legacy scripting language. It is essentially dead for professional use. It is a bad choice.

      ASP.NET using C# is a standardized programming language. Unlike the other two, it is compiled. It is the best choice for Windows.

      In the end, it really depends on what operating system you are targeting.

      All the Best,

      Rich
      I believe Rich summed it up the best. As a developer myself, I refrain from getting into any argument about what language is the "most professional."

      The choice you make primarily depends on what platform you're using on your server (Windows vs Linux). If you're using Windows, go with ASP.Net (C# or Visual Basic). If you're using Linux, go with PHP.

      As he said, ASP was the predecessor to ASP.net, so you'd want to choose ASP.net for Windows development unless you were required to host your app on a really old Windows server for some reason.

      I use both PHP and ASP.net for different projects. All languages have their strengths and weaknesses.
      Signature

      Gary Hughes
      IT Services of Texas
      www.completesolutions.com

      {{ DiscussionBoard.errors[5573752].message }}
  • Profile picture of the author TopInBooks
    I would say thumbs for PHP. There are more quality information out on the web for PHP.
    {{ DiscussionBoard.errors[3599930].message }}
  • Profile picture of the author fishermanzz2
    Well, considering everyone on the planet has a different opinion on professional, then I don't think you can really make a decision.
    {{ DiscussionBoard.errors[3599966].message }}
  • Profile picture of the author darkhazza
    PHP has the perception of being the industry standard, and so in that sense appears professional. However .NET promotes better program design and I would bet is quite a bit faster. On the other hand it's more expensive when you factor in you have to buy a windows server. Especially when linux servers are often more reliable.

    I'd write pretty much everything in php because the design time is so much faster, but if I thought a site was going to get absolutely hammered I'd look into tomcat because you get many of the benefits of .NET and linux stability. I would imagine a tomcat/.NET website could handle twice the load before crashing just because it doesn't fork a new process for every user that accesses your site.

    But... With most small-medium sized websites running well on $10-$15/month hosting. Is it even a consideration, unless you build the next facebook?
    {{ DiscussionBoard.errors[3601483].message }}
    • Profile picture of the author rickeyjosheph
      I am using PHP language because PHP is one of the best and easy programming language to use as it can be performed to any operating system. PHP is supported by nearly every hosting company. It's basics of PHP are very easy to learn.
      {{ DiscussionBoard.errors[3671905].message }}
  • Profile picture of the author lordhyde
    In my opinion and experience, PHP is the better choice in most works.

    Some years ago I learnd ASP and ASP.NET... but as I was progressing in my works, I couldn't find enough examples to make all the things that was on my mind. So, in order to make them I need to spend more hours on my own... later that year I changed to PHP (which I knew just the basics) to find a lot more resources and that made me easier to finish works on time and add more functionality to them.

    So, my advice would be go with PHP, it will save you hours, time and stress.
    {{ DiscussionBoard.errors[3676669].message }}
  • Profile picture of the author P3 Marketing
    The problem with PHP is that many people have different versions installed. While the latest is 5.3.x, that supports the latest stuff and encourages much better programming practices, many people just don't upgrade. I have seen servers that still run 5.1, or doesn't want to go for 5.2.x for example.
    That is unacceptable, and is taking technology back.

    I would say that JSP is professional, but not many people are around supporting it. So yeah, my answer is PHP, haha.
    {{ DiscussionBoard.errors[3678588].message }}
  • Profile picture of the author digitalweb
    I dont think you can compare these languages but as per me i would say php is good for me.
    {{ DiscussionBoard.errors[3679834].message }}
  • Profile picture of the author caesargus
    Well it appears that this question is pretty well answered with the following comment:

    Originally Posted by TrafficMystic
    it's not which is more professional is how you use it that make it professional..
    -------
    I have worked in several places where we have used enterprise level languages (the ones that are running 'high transaction applications') The preferred language for these types of applications are Java or .NET because they help the programmer out so much with the type of language support that it offers (offering access to a greater number of databases and control structures). The last company I worked at was operating on a PHP/MySQL backend doing things that traditional programmers would have not thought was possible. However the system required constant maintenance, and several dedicated programmers to support the application.

    It really depends on the type of application that you are building. If you are building something that will eventually see that level of traffic, it would be a good idea to rebuild it in a different programming language, because it would not require constant tuning, and would prevent poor programming practices (due to the Strongly typed variables - where PHP does not offer that)

    It really depends on how you want to present yourself, as a developer or as an organization. Be open to the idea of rebuilding the application as your application grows in complexity and the number of users that utilize the application. -- The only constant is change, and so should your application.
    {{ DiscussionBoard.errors[3683513].message }}
  • Profile picture of the author SixToes
    each appropriate for diff things/situation...you can say one is more professional...

    more common may be..I would say php
    {{ DiscussionBoard.errors[3684764].message }}
  • Profile picture of the author theseowork
    from my view ASP.net is professional language....but these as well as great language...
    {{ DiscussionBoard.errors[3684895].message }}
  • Profile picture of the author Nauman K
    My vote goes to php, Though In the beginning ie in University final year project I worked on Asp.net.
    But I think PHP is more easier to learn then asp.net because of the following reason.
    1:Open source
    2:a large community of contributers
    {{ DiscussionBoard.errors[3685171].message }}
  • Profile picture of the author hireava
    I vote for PHP for this is one i am using and it is great...
    Signature
    {{ DiscussionBoard.errors[3685816].message }}
    • Profile picture of the author spawnomercy
      ASP/ASP.NET is more professional because is commercial... instead PHP which is free and is used by more amateurs...
      {{ DiscussionBoard.errors[3686711].message }}
      • Profile picture of the author rosiybrook
        I prefer a Asp.net. It is one of the professional Language. It provide some good facility to you. It is easy to do programming in this language. It allow you to extends a facility by adding a tools like Ajax.
        {{ DiscussionBoard.errors[3824503].message }}
  • Profile picture of the author diondevelopment
    Originally Posted by pixshix View Post

    Dear Users:
    I have questions? That which language is more professions.

    1: PHP
    2: ASP
    3: ASP.NET
    No language is "more professional" than the other; it's simply a matter of preference. I like PHP because of its format, and the community.
    {{ DiscussionBoard.errors[3825046].message }}
  • Profile picture of the author jminkler
    The language doesn't make it professional, the programmer does.
    {{ DiscussionBoard.errors[3827223].message }}
  • Profile picture of the author ussher
    think "language" in terms of spoken language. If all those around you are speaking "english" then english is the best language.

    In China "Chinese"
    In France "French"

    business can be done in any language so asking "What is the best language for business" is relative to the environment your in.
    Signature

    "Jamroom is a Profile Centric CMS system suitable as a development framework for building entire communities. Highly modular in concept. Suitable for enterprise level development teams or solo freelancers."

    - jamroom.net
    Download Jamroom free: Download
    {{ DiscussionBoard.errors[3827349].message }}
  • Profile picture of the author AMiRU
    Mac and PC, which one is better? There will be people who says Mac is, there will be people who says PC is. Same goes to programming languages.
    {{ DiscussionBoard.errors[3827401].message }}
    • Profile picture of the author spamfighter
      IMHO, professionalism does not depend on a programming language.

      Choosing programming languages is more a question of preference and which server OS and or WebServer you are using.

      Additionally it depends on which development environment or IDE you plan to use and how much you can spend.

      Visual Studio is THE development tool, but if you want to go for anything else than "Express", then you have to be prepared to spend some money.

      I personally prefer using Visual Studio Professional plus VS.PHP, which allows me to develop in whatever language is needed for the Job.

      C# for windows applications
      ASP for IIS Servers
      PHP for Unix/Apache Servers

      They are all professional languages, depending on who uses them
      {{ DiscussionBoard.errors[3829750].message }}
  • Profile picture of the author ianspencer
    i thought php is more professional language and client prefered this language because its not much costly.
    {{ DiscussionBoard.errors[3850732].message }}
  • Profile picture of the author kris486
    I think PHP is more Professional due to its powerful server-side scripting language for creating dynamic and interactive websites.
    {{ DiscussionBoard.errors[3851807].message }}
  • Profile picture of the author xMarkPro
    PHP. Don't use ASP. Microsoft is good a desktop applications, but when it comes to web based technologies, not so much. The open-source world trumps them on that, no question.
    {{ DiscussionBoard.errors[3854746].message }}
  • Profile picture of the author faithsloan
    Programming languages are TOOLS.

    First figure out what your end game is.

    Then choose the right tool.

    No programming languages are 'professional'.

    The programmer/software engineer can be classified as either utilizing good coding practices, incorporating super duper design methodologies, and all of that good stuff.

    What is the extent at which you should do the above?

    "IT DEPENDS!"

    Faith
    {{ DiscussionBoard.errors[3854793].message }}
  • Profile picture of the author Genesis1
    I started with C++ long time ago, but since you are working in the web PHP is the best for you
    Signature
    High Quality Backpage, Kijiji, Gumtree Classified Ads Posting Services. Service that brings Value. Get Traffic & Increase SEO at the same time! Prices are starting from 0.09$ per AD. PM Me for more info
    {{ DiscussionBoard.errors[3854813].message }}
  • Profile picture of the author infopravinkul
    I prefer PHP as professional language because of following poins
    PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix platform)
    And
    PHP is a powerful tool for making dynamic and interactive Web pages
    In our PHP tutorial you will learn about PHP, and how to execute scripts on your server.
    {{ DiscussionBoard.errors[3858362].message }}
  • Profile picture of the author urban0id
    faithsloan has right, it's like asking which one is professional to eat the soup, black or white spoon?
    {{ DiscussionBoard.errors[3858921].message }}
  • Profile picture of the author dannilkrish
    There are many factors that will shake your choice to decide which Web application framework. This decision should be based on the above factors, the kind of career path you choose, and detailed study. Although in reality the decision is usually exposed to the framework of your development as much as possible first get comfortable with the language syntax and features. My advice is to use both if you can not, because everyone has their own advantages, has won its place in today's Web application development industry.
    {{ DiscussionBoard.errors[3878537].message }}
  • Profile picture of the author hhunt
    I thought this programming language survey has been done somewhere on this section of the forum -
    C'mon folks, lets not turn this forum into some junk yard.
    {{ DiscussionBoard.errors[3879850].message }}
  • Profile picture of the author Nick Walker
    most people will agree with PHP, since its actually more well known then others
    {{ DiscussionBoard.errors[3881648].message }}
  • Profile picture of the author Vincent1988
    PHP is the easiest one, but not the professional one. ASP for professionals

    cheers
    {{ DiscussionBoard.errors[3884622].message }}
  • Profile picture of the author inwseo
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[3888485].message }}
  • Profile picture of the author GeorgeP82
    A MS shop would say ASP.net and open source programmer would say PHP. Having used both I found myself more productive in PHP but then I found myself a lot more productive still in Ruby on Rails
    {{ DiscussionBoard.errors[3889299].message }}
    • Profile picture of the author tocktik
      Hope three are best

      PHP is most useful now a days. Many scripts are based on PHP
      {{ DiscussionBoard.errors[4524142].message }}
    • Profile picture of the author gtownfunk
      I agree with the folks who say there is no clear answer. I have some subscription websites I have used ASP.Net for because it was the best at the time for sure.

      The 'large community of contributors' argument in favor of PHP has diminished over the years. You can get an open source library to do almost everything you ever wanted in ASP.Net. ASP.Net favors and more closely works with MS SQL Server. PHP works best with mySQL.

      At this point in the game, I would have to closely analyze a professional corporate project before making the decision of which platform/language to use.

      One thing I do love about PHP is how quick and easy it is to go in and make a change. ASP (not ASP.Net) was very similar, it just wasn't joined quite as well with the actual .Net framework which was very new at the time.

      PHP on a Windows machine is kind of overkill if you can avoid it. It runs as a CGI under IIS. I have recently installed wordpress on a Windows server, so it can be done.

      gtownfunk
      Signature
      {{ DiscussionBoard.errors[4803978].message }}
    • Profile picture of the author jsjohnsmith
      ASP.NET, ASP and PHP are the most popular scripting languages which are used by web developers in order to creater dynamic websites; they can also be used in conjunction with certain database systems in order to create the desired affect.So there is no comparison between them.
      {{ DiscussionBoard.errors[4804864].message }}
  • Profile picture of the author phpwolf99
    PHP is easier to learn and code. From my experience, PHP makes it easier to integrate AJAX and other third parties code/software. .NET/asp programmers may disagree with me.
    {{ DiscussionBoard.errors[3890885].message }}
  • Profile picture of the author Saranya2011
    I would like to say PHP is more professional compared to other languages..
    {{ DiscussionBoard.errors[3891989].message }}
    • Profile picture of the author fergalezras
      I'm using PHP. It is easier to use than can be done to any operating system. PHP is compatible with almost all hosting companies. Basics of PHP is very easy to learn.
      {{ DiscussionBoard.errors[4913433].message }}
    • Profile picture of the author DGFletcher
      Start with PHP. It'll get you more places faster. If you start running into places where you'll need the other ones, then start working on them later.
      {{ DiscussionBoard.errors[5270284].message }}
  • Profile picture of the author verdaga
    As what I've believe, everything is professionally made because why would it exist if it wasn't made professionally?
    {{ DiscussionBoard.errors[3898922].message }}
    • Profile picture of the author marshaltrevis
      I do not think you can give a clear answer on this. Many large sites are now written in PHP, you can not say that it is not only more professional, because it's free. ASP is a tightly integrated. NET, and this can be useful in certain situations.
      {{ DiscussionBoard.errors[4869654].message }}
  • Profile picture of the author banzerchristo
    I do not think you can give a clear answer to this. Many large sites are written in PHP now, so you can not say that it is not only more professional because it is free. ASP is a tightly integrated. NET, and this can be useful in some situations.
    {{ DiscussionBoard.errors[4061549].message }}
  • Profile picture of the author Web Tempest
    In terms of sites like elance there seems to be more php programmers
    {{ DiscussionBoard.errors[4073071].message }}
  • Profile picture of the author Jinex2011
    u are going to love php
    {{ DiscussionBoard.errors[4073116].message }}
  • Profile picture of the author HostingWarrior
    I give importance to PHP (Open Source) also easier than Asp
    {{ DiscussionBoard.errors[4073600].message }}
  • {{ DiscussionBoard.errors[4079553].message }}
  • Profile picture of the author danieljames123
    I think it is depend on person because if know more about php that means it has better knowledge about php and it is favorite for him/her but if he/her know more about other language that means it is favorite for him/her. Mine is php because it is easy to learn and easy to use.
    {{ DiscussionBoard.errors[4080177].message }}
  • Profile picture of the author xhpdx
    I've got some background in .NET and because of that I find asp.net the most professional. PHP is still professional, but coding comes a little harder for me
    {{ DiscussionBoard.errors[4081825].message }}
    • Profile picture of the author linesupplygrow
      I've got some background in .NET & because of that I find asp.net the most professional. PHP is still professional, but coding comes a little harder for me.
      {{ DiscussionBoard.errors[5440027].message }}
  • Profile picture of the author stufftheme
    i think asp is more professional and this increases your chances of placement in companies
    {{ DiscussionBoard.errors[4082491].message }}
  • Profile picture of the author freehugs
    As a person who has been programming for 7 years, using C, VB, PHP, Perl, Python and Ruby...I would say that there is no such thing as a 'professional' language. There are certainly languages that are more beloved by corporate environments, and others that are more accessible to people without deep pockets, but most languages will find use at all levels.

    In general, the choice of what language to use for a particular project comes down to what tool is better for the job.

    Example: I would never try to write a web-scraper in PHP or ASP. Why? Because Python and Ruby (and even Perl) all have considerably better libraries for web scraping.

    If you want to learn a language to use professionally, then that is a different question altogether. If I was to advise someone who is starting out programming from scratch, I would give them a couple tips:

    1. The language doesn't matter as much as understanding other 'general concepts' about programming that are common to most programming languages (if not all) that you will encounter.

    2. Start with python. It's easy (fast) to learn and enforces many of the 'general concepts' above in a very transparent manner. And there is a free course that teaches Python (MIT's Open Courseware Computer Science).
    {{ DiscussionBoard.errors[4088913].message }}
    • Profile picture of the author Jake Gray
      Before any of us answer this question, ask yourself, "Which
      language will get the task completed?"

      I know some high paying programming-related jobs are related
      to PHP, Java, C++.



      Originally Posted by Jinex2011 View Post

      u are going to love php
      Originally Posted by HostingWarrior View Post

      I give importance to PHP (Open Source) also easier than Asp
      Originally Posted by HomeRemediesforCongestion View Post

      I think PHP is way better than other languages.
      Wow, I'm stunned by your detailed responses!
      {{ DiscussionBoard.errors[4699363].message }}
  • Profile picture of the author faceblogger
    My vote is for PHP
    Signature

    no sig

    {{ DiscussionBoard.errors[4088958].message }}
  • Profile picture of the author anoopWebtech
    i think asp.net is better...
    it's more secure than other...
    {{ DiscussionBoard.errors[4405555].message }}
  • Profile picture of the author wisdomjobs
    PHP is open source language and easy to learn, whereas ASP.net is more secured
    {{ DiscussionBoard.errors[4498921].message }}
  • Profile picture of the author SUPER Louie
    Based from your options, I would definitely go with PHP because it's that has a lot of support in the Internet where you can troubleshoot more easily.
    Signature
    A superhero is someone who knows how to be quiet, shed a tear for a moment, then pick up his sword, and fight again!
    {{ DiscussionBoard.errors[4499157].message }}
  • Profile picture of the author leppozdrav
    I prefer PHP as professional language because of following poins
    PHP combined with MySQL are cross-platform (you can develop in Windows and serve on a Unix platform)
    And
    PHP is a powerful tool for making dynamic and interactive Web pages
    In our PHP tutorial you will learn about PHP, and how to execute scripts on your server.
    {{ DiscussionBoard.errors[4505288].message }}
  • Profile picture of the author odehfehr
    I think ASP.net is more professional than other language. ASP.net provide predefine framework like 3.5 and 4.0, with the help of framework we can make our site more professional and attractive.we can maintain high security in ASP.net.
    {{ DiscussionBoard.errors[4505778].message }}
  • Profile picture of the author WinXPrize
    Just php is the best
    {{ DiscussionBoard.errors[4512117].message }}
  • Profile picture of the author Peter Roszak
    Nothing better than PHP. Open source has let it be the backbone behind so many of the applications we use today like Wordpress and many everyday sites/systems/scripts you use.
    {{ DiscussionBoard.errors[4514233].message }}
  • Profile picture of the author jaimegm
    PHP is popular reliable you can find a lot of free help and free service, not in the other cases.
    {{ DiscussionBoard.errors[4519285].message }}
  • Profile picture of the author upendraets
    Now these Days PHP is Best.
    {{ DiscussionBoard.errors[4524291].message }}
  • Profile picture of the author pamela88
    All of PHP , ASP and ASP.NET are good languages and if anyone learned one of them to be a professional programmer will do great work with programmers career. but PHP is easier to learn. ASP is obsolete. ASP.NET is so huge and complicated.
    {{ DiscussionBoard.errors[4529058].message }}
  • Profile picture of the author kamdendearg
    PHP has perceived as an industry standard, so in this sense appear professional. However, NET promote better design and I bet quite a bit faster. On the other hand it is more expensive factor, you must purchase a Windows server.
    {{ DiscussionBoard.errors[4553714].message }}
  • Profile picture of the author nells james
    There are mainly Three language are Professional.
    1: PHP
    2: ASP
    3: ASP.NET
    {{ DiscussionBoard.errors[4555711].message }}
  • Profile picture of the author kamirao
    All top class platforms such as drupal, joomla, wordpress, magento, zencart, phpbb ... etc are build a top php. In fact I've never heard of any such popular software based on asp or asp.net
    {{ DiscussionBoard.errors[4560043].message }}
  • Profile picture of the author Alexdoerr
    PHP is ofcourse more professional than any other languages. Most of the top sites use PHP only. However, I wonder how can the big websites like msn be designed in ASP as it was said that ASP isn't as secure as PHP. I think the hotmail email accounts were hacked due to insecure server language.
    {{ DiscussionBoard.errors[4562496].message }}
  • Profile picture of the author martinfuchs53
    I think there is lot of web languages to develop a Dynamic website. So I think the most powerful languages are PHP, ASP & ASP.net, CSS, and JavaScript etc. Thank you and good post....
    {{ DiscussionBoard.errors[4562530].message }}
  • Profile picture of the author Daret
    The choice of programming language depends on kind of application you are developing.
    PHP is easy to use and many sites today have been developed in PHP.
    ASP is slower since it is based on COM architecture and also, ASP does not provide platform compatibility unlike PHP.
    ASP.NET is also a good option with its clean design and implementation.
    {{ DiscussionBoard.errors[4579898].message }}
  • Profile picture of the author stcupp
    php is more popular as it is free and open source and most systems that host php sites and running on linux which is also free and open source but asp is the better language
    {{ DiscussionBoard.errors[4615406].message }}
  • Profile picture of the author davilgill
    There are various languages but the things is to select the best language which is more professional. According to me PHP, ASP and ASP.NET are more professional language.
    {{ DiscussionBoard.errors[4618310].message }}
  • Profile picture of the author DustinHoffman10
    According to me, PHP is one of the best and easiest programming language.
    {{ DiscussionBoard.errors[4626468].message }}
  • Profile picture of the author hitmobi
    You can't really say which is more professional.

    PHP is my favorite. You can basically do everything with PHP + javascript.
    {{ DiscussionBoard.errors[4627234].message }}
  • Profile picture of the author Matt Broody
    I vote for php, old school
    {{ DiscussionBoard.errors[4635691].message }}
  • Profile picture of the author bajakan
    the most professional language would be the one that makes you the most productive, so it varies from person to person. if you're more productive working in php than .NET then use php, or if you're more productive in python then use python.
    {{ DiscussionBoard.errors[4640682].message }}
  • Profile picture of the author gauvion
    Originally Posted by pixshix View Post

    Dear Users:
    I have questions? That which language is more professions.

    1: PHP
    2: ASP
    3: ASP.NET
    I personally have been coding with PHP for years, but I'd recommend you stay away from ASP. ASP.NET is much better. It all depends on you, and what you prefer. PHP has a lot more support and some of the biggest scripts and sites use it (vbulletin, facebook, etc).

    In the end its really up to you though.
    {{ DiscussionBoard.errors[4640911].message }}
  • Profile picture of the author inu11byte
    Just learn PHP. PHP easy to use and is a great language. Many big sites use PHP including Facebook.
    {{ DiscussionBoard.errors[4699302].message }}
  • Profile picture of the author NovaAffiliate
    I personally prefer PHP
    {{ DiscussionBoard.errors[4699310].message }}
  • Profile picture of the author DavidRojas
    ASP.NET is the best professional language....
    {{ DiscussionBoard.errors[4721273].message }}
  • Profile picture of the author rosesmark
    Yes, i am totally agree with @jovanvaldeze because Every one crazy about PHP Language and now PHP used all over
    {{ DiscussionBoard.errors[4721404].message }}
  • Profile picture of the author riysoft
    Well PHP is the most professional language and mostly used in Website Development too.
    {{ DiscussionBoard.errors[4721629].message }}
  • Profile picture of the author rozarfrazer
    I thing java is a more professional language according to any other language. in the java we can develop professional and secure web application.
    {{ DiscussionBoard.errors[4721916].message }}
    • Profile picture of the author labpete
      Largely, a matter of educational and professional background.

      Coming from a C/C++ background, I found PHP 4 a "not-that-well-thought" bunch of macros. However I stopped complaining after working with it in a couple of small projects (although I still believe that you do not really need to invest any serious time in php/mysql if you have the right background - but that's a good think I guess).

      For larger applications I have used asp.net(C#) /SQL Server because the project team was using that. I am enjoying developing on this platform more and it definetely promotes better structured code - which is good. It is also good to be able to use a full-fledge language such as C#. The learning curve is steeper but the productivity higher (Visual Studio allows you to build a typical database-driven Web application without writing any code other than SQL!).
      {{ DiscussionBoard.errors[4743991].message }}
  • Profile picture of the author creativerobert
    PHP is the most used server scripting language now a days due to its open source. But in terms of professional, actually there is no definition for that.
    {{ DiscussionBoard.errors[4760618].message }}
  • Profile picture of the author jekabest
    I don't think that word "professional" can exactly show all main value of this programming languages.
    {{ DiscussionBoard.errors[4761110].message }}
    • Profile picture of the author rechardjeam
      ASP.net is more professional and secure language in my point of view because it provides you default framework like 3.5, 4.0, 4.5 and so on. that makes your site more attractive and professional, So in my view ASP.net is best programing language.
      {{ DiscussionBoard.errors[5585234].message }}
  • Profile picture of the author willaimsjohn
    Various professional language are there which are very much valuable. PHP is more professional and is really best to learn.
    {{ DiscussionBoard.errors[4768041].message }}
  • Profile picture of the author conanselmer
    PHP is, of course, more professionals than any other language. Most PHP sites use only. However, I wonder how can the big websites such as msn be designed in ASP and ASP is said that is not as safe as PHP. I think the hot mail accounts were cut due to insecure server language.
    {{ DiscussionBoard.errors[4785876].message }}
  • Profile picture of the author mehmlyndsy
    All languages has it's own importance and professional. It depends on requirements what's language is used. In simplicity and easiness PhP is the more reliable.
    {{ DiscussionBoard.errors[4805701].message }}
  • {{ DiscussionBoard.errors[4805974].message }}
  • {{ DiscussionBoard.errors[4808818].message }}
  • Profile picture of the author TianaBanana
    I would say PHP, definitely.
    {{ DiscussionBoard.errors[4814498].message }}
    • Profile picture of the author ttrfanatic
      In my opinion, "Professional" is a relative term. Each language has its advantages and disadvantages. I have been a professional programmer for over 20 years and I have found over the years that languages crop up all the time. It really does depend on what language you are familiar with and can get the most done in. "Professional" to me seems to imply what one can do in any language to make their product "look" professional. IMHO
      {{ DiscussionBoard.errors[4814810].message }}
  • Profile picture of the author maxxypane
    Well, These days PHP is very famous language. ASP. Net is also very famous language but I don't think that it will beat PHP language. I can't say which is professional because it's depends on what you are consider regarding to professional.
    {{ DiscussionBoard.errors[4825358].message }}
  • Profile picture of the author wadermaxx
    Various languages are there which are professional as well as popular too. According to me PHP, ASP are more professional.
    {{ DiscussionBoard.errors[4825633].message }}
  • Profile picture of the author cipl123
    Hello,

    As per my view ASP .Net is the best amongst all the three you have mentioned. ASP .Net is owned by Microsoft and it is widely used for win and web development.
    {{ DiscussionBoard.errors[4826256].message }}
  • Profile picture of the author Alex Nash
    I'm not sure what you mean about "more professional". But I prefer PHP, definitely.


    ~Alex Nash
    Signature

    Learn from your mistakes. Experience is priceless.

    {{ DiscussionBoard.errors[4827855].message }}
  • Profile picture of the author sarahpaul
    The first and foremost feature that sets PHP apart from the other two is the community support. Being associated with the Open Source Initiative, PHP has a large user base of developers, testers, documenters and reviewers. ASP is based on the .Net framework that is owned outrighly by Microsoft. JSP is also gaining ground but it has a large way to go. It is also now an open source product.
    {{ DiscussionBoard.errors[4831231].message }}
  • Profile picture of the author johnlouis
    All languages are good...but i think java is the most professional language among all....
    {{ DiscussionBoard.errors[4834648].message }}
  • Profile picture of the author Bhavna Khanna
    I prefer PHP its Hosting is ecnomical and is easier to learn and code.
    {{ DiscussionBoard.errors[4837068].message }}
  • Profile picture of the author rajprince
    PHP if you ask me
    {{ DiscussionBoard.errors[4837634].message }}
  • Profile picture of the author JHONYY
    All languages are professional. But is most commonly used language so we can that PHP is most professional language.
    {{ DiscussionBoard.errors[4862262].message }}
  • Profile picture of the author josephdvd
    These days, PHP is a very famous language. ASP.NET is also known as famous language, but I don't think it will beat the PHP language.
    {{ DiscussionBoard.errors[4863096].message }}
  • Profile picture of the author mmstud
    I'd go for PHP just because I know almost nothing about ASP. But it doesn't make PHP more professional, just personal preference of mine and practical one too. I'm sure you can use both languages professional or non-professional way.
    {{ DiscussionBoard.errors[4863768].message }}
  • Profile picture of the author cannons
    PHP is the third most used language in the world. So you know there must be some reason of its popularity. Well I think if you know C language as most of us do doing php is a easy and works well rather than ASP another thing that I love about PHP is that it is open source.
    {{ DiscussionBoard.errors[4870743].message }}
  • Profile picture of the author aricajwalker
    It really depends on your definition of "professional". That is a very relative term when you ask this type of Question.php is fast and foolproof, so it's very easy to work with.ASP is more powerful, uses less memory to run, and is not as idiot-proof. Generally speaking PHP is easier to work with, especially if you are new to coding. But ASP is better for larger applications.
    {{ DiscussionBoard.errors[4932150].message }}
  • Profile picture of the author CyberSEO
    Originally Posted by pixshix View Post

    Dear Users:
    I have questions? That which language is more professions.

    1: PHP
    2: ASP
    3: ASP.NET
    There are no professional and unprofessional languages, there are professional and unprofessional programmers.
    Signature
    CyberSEO Pro - the almighty content syndicator for WordPress with a wide range of cutting edge AI technologies for SEO, such as OpenAI ChatGPT-4, DeepL, WordAI, Article Forge, DALL-E, Stable Diffusion and others. Promote CyberSEO Pro and earn 20% on every sale! [ VIDEO ]
    {{ DiscussionBoard.errors[4935287].message }}
    • Profile picture of the author Net66
      Originally Posted by CyberSEO View Post

      There are no professional and unprofessional languages, there are professional and unprofessional languages programmers.
      Well said!

      My clients only judge me on the results my software brings, they are not generally interested what I've written it with.

      Andy
      Signature
      What I do - And How I do it. My Personal Blog...
      http://AndyBrocklehurst.com
      {{ DiscussionBoard.errors[4935305].message }}
  • Profile picture of the author rileywhitaker13
    I prefer that if you are a beginner or you want to enter in the software then php is the best for you.
    {{ DiscussionBoard.errors[4983509].message }}
  • Profile picture of the author becanada
    As a programmer for over 20 years - the language the works the best for the application in mind; it what is important. Plus of course ease of changes, cost of changes etc etc. I program in perl, php, visual basic, javascript, dhtml, hta [secure JS so to speak] and others ; if it gets the job done, and does it well - that is what is important.
    Signature

    David Belton , CEO, Becanada Internet Marketing Center, Since 1995, Over 50,000 How To Marketing Resources; Tools, and Software to automate internet marketing and increase sales/traffic: http://www.becanada.com/

    Automate Advertising up to 200 times faster to 1000s of sites, own submitter[s]:
    http://power.becanada.com/?warrior_sig

    {{ DiscussionBoard.errors[4988444].message }}
  • Profile picture of the author seomagic
    PHp and asp.net are most powerful languages, it depends on your requirement but php is most widely used as its open source
    {{ DiscussionBoard.errors[4988489].message }}
  • Profile picture of the author aniket1988
    Deepends on the criteria or requirement of a project. But in the 3 options, PHP is more popular these days.
    {{ DiscussionBoard.errors[4998461].message }}
  • Profile picture of the author sickboy2
    I think PHP.
    {{ DiscussionBoard.errors[5012509].message }}
  • Profile picture of the author Michael71
    Threads like this are in most case Sig Spam... god I hate stupid questions like this...
    Signature

    HTML/CSS/jQuery/ZURB Foundation/Twitter Bootstrap/Wordpress/Frontend Performance Optimizing
    ---
    Need HTML/CSS help? Skype: microcosmic - Test Your Responsive Design - InternetCookies.eu

    {{ DiscussionBoard.errors[5012545].message }}
  • Profile picture of the author alecdisuza
    As my opinion
    1.ASP.NET.
    2.Oracle.
    3.PHP.
    {{ DiscussionBoard.errors[5019001].message }}
  • Profile picture of the author rockiealba
    I'm using PHP because PHP is a programming language better and easier to use than can be done to any operating system. PHP is compatible with almost all hosting companies. Basics of PHP is very easy to learn.
    {{ DiscussionBoard.errors[5120136].message }}
  • Profile picture of the author leesdepth
    I think asp.net language is more professional. Because there are standard control's to create website and also use them on windows application. You must need to purchase this technique from microsoft website.
    {{ DiscussionBoard.errors[5134020].message }}
  • Profile picture of the author webexperts666
    PHP is very much professional. It introduce lots of templates, plugins and opensource and it is very much used these days.
    {{ DiscussionBoard.errors[5147376].message }}
  • Profile picture of the author DavidHall2
    Php is easy and best language. so i prefer PHP
    {{ DiscussionBoard.errors[5270318].message }}
  • Profile picture of the author zoomboy
    I think ASP.Net is the strongest and more professional then others.
    {{ DiscussionBoard.errors[5270516].message }}
  • Profile picture of the author sandebdavid
    Use PHP if you want to be like any other programmer, use ASP/ASP.net if you want to be among the few or if not the only one in your locality who can use it, to the envy of your peers Any way i think PHP is easier to work with for small and easier applications while ASP is more suited for bigger applications.
    Signature
    "For everyone somewhere there is a piece of heaven on earth"
    {{ DiscussionBoard.errors[5295961].message }}
  • Profile picture of the author remymartin1
    PHP was born from Microsoft.. .some time ago it was quite limieted
    {{ DiscussionBoard.errors[5306465].message }}
  • Profile picture of the author shantanu
    i go for ASP coz ASP is designed by Microsoft and .NET framework is integrated in this ASP technology. PHP can be learn with in 1 month but in the case of ASP it is quite impossible and syntax and the basic is also not comfortable for the new users.
    {{ DiscussionBoard.errors[5310909].message }}
  • Profile picture of the author dcoder
    wow its a long debate
    but thanks for all your thoughts
    {{ DiscussionBoard.errors[5313688].message }}
  • Profile picture of the author jemi jhon
    My opinion is PHP more professional language...
    {{ DiscussionBoard.errors[5314184].message }}
  • Profile picture of the author blogfreakz
    php is the way to go many big web companies, professionals, and other's use php
    {{ DiscussionBoard.errors[5314244].message }}
  • Profile picture of the author jmark1107
    Popularity brings better tools, more available developers, better documentation, and better productivity. Programming on a discontinued or rarely used platform is more difficult.
    {{ DiscussionBoard.errors[5316805].message }}
  • Profile picture of the author Wilma1980
    Originally Posted by pixshix View Post

    Dear Users:
    I have questions? That which language is more professions.

    1: PHP
    2: ASP
    3: ASP.NET
    PHP for me is more professional
    {{ DiscussionBoard.errors[5319953].message }}
  • Profile picture of the author ricky pounting
    Php is very easy and is use everywhere that why mostly people prefer it but asp is the best.
    {{ DiscussionBoard.errors[5320670].message }}
  • Profile picture of the author jemi jhon
    PHP more professional language.So I like PHP language...
    {{ DiscussionBoard.errors[5332608].message }}
  • Profile picture of the author SEOMike111
    It's really a question of choice and how comfortable you are with current languages. I learned assembler, C, C++, and Java. For anything web based I obviously choose Java. I tried scripts, but I just can't use them in the same manner. So if you want to use a professional language, then for me, that is Java.
    {{ DiscussionBoard.errors[5335674].message }}
  • Profile picture of the author jeffdo
    ASP.NET is better than ASP I think. ASP.NET is supported by the huge .NET Framework.
    PHP vs ASP.NET
    www(dot)comentum(dot)com/php-vs-asp.net-comparison.html
    {{ DiscussionBoard.errors[5347139].message }}
  • Profile picture of the author jamrk2000
    PHP is an open-source general-purpose scripting language that is particularly suited for Web development and can be entrenched into HTML. Being a strong, server-side language it provides a great deal of functionality. PHP has become very renowned and there is a huge demand of the same for its varied usability on the web.
    {{ DiscussionBoard.errors[5347525].message }}
  • Profile picture of the author Rod Navarro
    There´s not a more professional language, nor most professional database engine, etc.

    It all comes to two things:

    - The Programmer Skills
    - The framework used
    - Software Architecture

    So there´s no more professional language but professional ways to use them.

    If you are evaluating which is the most accessible in terms of web hosting and more average server speed, i would go with PHP, since ASP.NET web hosting is expensive and the share hosting does not works that good (I have MochaHost and Arvixe and they both have unexpected problems with my applications).

    If you are looking for a professional way to do things, I would go with MVC software pattern. Both, PHP and ASP.NET supports them, and allows to create a very robust software and even SEO Friendly URLS along the way.

    In conlusion, there´s NO most professional language, but professional way to develop software, proof:

    StackOverlow: ASP.NET MVC / SQLSERVER
    facebook: PHP / MYSQL
    MSN/BING: ASP.NET
    Plenty of Fish: ASP.NET / SQLServer
    etc etc
    {{ DiscussionBoard.errors[5350318].message }}
  • Profile picture of the author Ibcontact
    Every language have unique standard, But according to me php.
    {{ DiscussionBoard.errors[5440163].message }}
  • Profile picture of the author guy99
    PHP is more professional than the other two
    I too prefer PHP
    {{ DiscussionBoard.errors[5567158].message }}
  • Profile picture of the author stephngreek
    Php is good and more used, I'm also php developer.
    {{ DiscussionBoard.errors[5575934].message }}
  • Profile picture of the author jerrybrownaaa
    Generally speaking PHP is simpler to work with in case you are new to coding. But ASP is better for larger applications. But it you require pure speed and power, you ought to also think about Perl, which is way faster and makes use of much less memory than PHP or ASP.
    {{ DiscussionBoard.errors[5587196].message }}
    • Profile picture of the author aidenkings
      I use the PHP language, PHP is the best programming language because it can be to take advantage of any operation. PHP is very support of each hosting company. This is the fundamentals of PHP is very easy to learn.
      {{ DiscussionBoard.errors[5944932].message }}
  • Profile picture of the author BlackWar
    Banned
    How you use it that make it professional.
    Language is not the main fact.
    Anyway, PHP is better.
    {{ DiscussionBoard.errors[5947117].message }}
  • Profile picture of the author Ausopenxcell
    As per my view, there are many languages for web development and desktop applications but I think JAVA is the more professional language than other for both web and desktop applications.
    {{ DiscussionBoard.errors[6011145].message }}
  • Profile picture of the author sharonhurley
    Banned
    PHP is easy and fast to learn and runs efficiently on the server side. PHP is perfectly suited for Web development and can be embedded directly into the HTML code.
    {{ DiscussionBoard.errors[6021051].message }}
  • Profile picture of the author flyviral
    I prefer PHP & began teaching myself a year & a half ago. I have delved into Python & Ruby a little however.
    {{ DiscussionBoard.errors[6021698].message }}
  • Profile picture of the author Assefseer
    all you describe are important to learn
    {{ DiscussionBoard.errors[6025929].message }}
  • Profile picture of the author sujeetets
    In this time Asp.net is using more professional for creating a site .
    {{ DiscussionBoard.errors[6027172].message }}
  • Profile picture of the author Assefseer
    i think php is a best language.it is good as professional language.
    {{ DiscussionBoard.errors[6027230].message }}

Trending Topics