Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Why use .aspx??

Why use .aspx??

Scheduled Pinned Locked Moved Web Development
csharpphphtmlasp-netagentic-ai
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 11390448
    wrote on last edited by
    #1

    I am relatively new to web development with experience in PHP and html, but i have no clue what the reasoning is behind using ASP.NET for web development. I have searched but no luck in finding the main reasoning for this. can any one explain and possibly give me a demo to see why as i have been ask to take over management of a ASP.NET with no idea on how to go about it. Thank for any help in advance.

    F K Z 3 Replies Last reply
    0
    • U User 11390448

      I am relatively new to web development with experience in PHP and html, but i have no clue what the reasoning is behind using ASP.NET for web development. I have searched but no luck in finding the main reasoning for this. can any one explain and possibly give me a demo to see why as i have been ask to take over management of a ASP.NET with no idea on how to go about it. Thank for any help in advance.

      F Offline
      F Offline
      F ES Sitecore
      wrote on last edited by
      #2

      It allows you to run functional code on the server to do things like read data from databases, send emails etc, and do the things that make your site "work" and make it data-driven. One of the advantages of the likes of aspx over php is that the code is compiled into a dll rather than interpreted each time the page runs like with PHP. "Classic ASP" works the same way that PHP does and Microsoft retired that a decade ago.

      A 1 Reply Last reply
      0
      • U User 11390448

        I am relatively new to web development with experience in PHP and html, but i have no clue what the reasoning is behind using ASP.NET for web development. I have searched but no luck in finding the main reasoning for this. can any one explain and possibly give me a demo to see why as i have been ask to take over management of a ASP.NET with no idea on how to go about it. Thank for any help in advance.

        K Offline
        K Offline
        Krishna Murthy G
        wrote on last edited by
        #3

        1. For database communication 2. Unlike php, classic ASP, .Net has its own environment instead of completely replying on system resources 3. Authentication, autherization modules are available. 4. Custom http handler can be created to rewrite the default behaviour 5. Security, 6. robustness, 7. Integration with other technologies like SharePoint, CRM, SAP,etc 8. and so on....

        Krishna Murthy G

        1 Reply Last reply
        0
        • F F ES Sitecore

          It allows you to run functional code on the server to do things like read data from databases, send emails etc, and do the things that make your site "work" and make it data-driven. One of the advantages of the likes of aspx over php is that the code is compiled into a dll rather than interpreted each time the page runs like with PHP. "Classic ASP" works the same way that PHP does and Microsoft retired that a decade ago.

          A Offline
          A Offline
          Afzaal Ahmad Zeeshan
          wrote on last edited by
          #4

          +1, you're correct in all of your conclusions.

          The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~

          1 Reply Last reply
          0
          • U User 11390448

            I am relatively new to web development with experience in PHP and html, but i have no clue what the reasoning is behind using ASP.NET for web development. I have searched but no luck in finding the main reasoning for this. can any one explain and possibly give me a demo to see why as i have been ask to take over management of a ASP.NET with no idea on how to go about it. Thank for any help in advance.

            Z Offline
            Z Offline
            ZurdoDev
            wrote on last edited by
            #5

            For me, the answer is because I am a Microsoft developer. Since I already know C# I can learn ASP.Net very quickly. Or I can do SharePoint, or any other Microsoft technology. For me, that's the biggest reason to use it.

            There are only 10 types of people in the world, those who understand binary and those who don't.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups