coldfusion or asp?

Discussion in 'Programming' started by seoworld1234, Oct 31, 2007.

  1. #1
    seoworld1234, Oct 31, 2007 IP
  2. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #2
    For a simple application such as that I dont think any language/ framework is naturally going to be massively better than the next to do it. Personally would use asp.Net but then that is our prefered framework.
     
    AstarothSolutions, Oct 31, 2007 IP
  3. justinbezanson

    justinbezanson Peon

    Messages:
    160
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I have never use CF but have heard that it is very good. I prefer ASP.Net and PHP5
     
    justinbezanson, Oct 31, 2007 IP
  4. teraeon

    teraeon Peon

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Coldfusion is good for making simple apps, if you want something you can build on in the future I would recommend ASP.Net.
     
    teraeon, Nov 1, 2007 IP
  5. justinbezanson

    justinbezanson Peon

    Messages:
    160
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    A few more reasons to use ASP.Net are

    - ASP.Net AJAX : create ajax apps without writing a single line of JavaScript
    - Visual Studio 2008 : has great debugging and autocomplete features
    - LINQ : easily query against SQL, XML, or any other data source with a common syntax
     
    justinbezanson, Nov 1, 2007 IP