Web Analytics Made Easy -
StatCounter why using ASP.net - CodingForum

Announcement

Collapse
No announcement yet.

why using ASP.net

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • why using ASP.net

    ASP.net mainly used for developing the web pages. IT is a process of the Easy Programming Model. ASP.NET is much faster than classic ASP, because its a part of .net framework. Most applications migrated from classic ASP to ASP.NET see a 3x to 5x increase in pages served.

  • #2
    RE:why using ASP.net

    What is you question exactly!

    ASP.NET has a lot of features ...
    Don't forget to mark solution providing post as "Answered".
    It helps others to find correct solutions!

    Comment


    • #3
      Most of the time the answer does not have anything to do with performance, or style, or requirements or how easy is the language. The most common answer is because the programmer is already used to that language and has put some investment in learning this or a precedent language. Many VB developers jumo naturally into Asp.net. I don't believe there is a better language just better developers.

      Comment


      • #4
        Unfortunately, the Internet still has bandwidth limitations and not every person is running the same web browser. These issues make it necessary to stick with HTML as our mark-up language of choice. This means that web pages won't look quite as amazing as a fully fledged application running under Windows, but with a bit of skill and creative flair, you can make some rather amazing web applications with ASP.NET. ASP.NET processes all code on the server (in a similar way to a normal application). When the ASP.NET code has been processed, the server returns the resultant HTML to the client. If the client supports JavaScript, then the server will use it to make the clients browser experience quicker and easier. Even with HTML being the limiting factor here, ASP.NET still manages to bring true OOP (Object Oriented Programming) to the Internet.
        Showcase your talents online

        Comment


        • #5
          ASP.NET features

          ASP.NET has the advantage of allowing people with different language skills to use the same core framework – VB, C#, f#...
          Don't forget to mark solution providing post as "Answered".
          It helps others to find correct solutions!

          Comment

          Working...
          X
          😀
          🥰
          🤢
          😎
          😡
          👍
          👎