WHy we use ASP.net

Discussion in 'ASP.NET' started by virender.ets, Jan 27, 2011.

Thread Status:
Not open for further replies.
  1. virender.ets

    virender.ets Banned

    Joined:
    Jan 22, 2011
    Messages:
    26
    Likes Received:
    0
    Trophy Points:
    0
    Home Page:
    http://www.rajasthancityguide.com/
    Why we use ASP.net instead of ASP?
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    The answer is same as Why you use Windows 7 Instead of Windows Vista. (MS wants you to).
     
  3. kumarmannu

    kumarmannu Banned

    Joined:
    Feb 2, 2011
    Messages:
    51
    Likes Received:
    0
    Trophy Points:
    0
    ASP.Net is a microsoft develpment that is part of the .Net framework. Do not confuse it with ASP as they are two completely different things that happen to share part of their name in common. ASP.Net requires the use of a programming language such as VB or C# so that you can program a dynamic website via the server (that is because both VB and C# are languages used with the .Net framework). However, you have the option of creating server side scripts using PHP or ASP, but those two languages do not use the .Net framework and can be a bit more time consuming to use in web development.
     
  4. shyam_oec

    shyam_oec New Member

    Joined:
    Nov 26, 2007
    Messages:
    89
    Likes Received:
    1
    Trophy Points:
    0
    Occupation:
    Software Developer, .NET Framework
    Location:
    Jamshedpur
    You should use ASP.NET instead of classic asp because:
    1.ASP.NET gives Ability to use true object-oriented design for programming pages and controls .
    2.If an ASP.NET application leaks memory, the ASP.NET runtime unloads the AppDomain hosting the erring application and reloads the application in a new AppDomain.
    3.Session state in ASP.NET can be saved in a Microsoft SQL Server database or in a separate process running on the same machine as the web server or on a different machine. That way session values are not lost when the web server is reset or the ASP.NET worker process is recycled.
    4.An extensive set of controls and class libraries allows the rapid building of applications, plus user-defined controls allow commonly-used web template, such as menus. Layout of these controls on a page is easier because most of it can be done visually in most editors.
    Hope this help
     
  5. annaharris

    annaharris Banned

    Joined:
    May 4, 2012
    Messages:
    7
    Likes Received:
    1
    Trophy Points:
    3
    ASP.NET makes building real-world Web applications dramatically easier with server controls that let you build great pages with far less code than classic ASP. ASP.NET supports not only Microsoft Visual Basic Scripting and Microsoft JavaScript but also more than 25 .NET languages, including built-in support for Visual Basic .NET, Microsoft C#, and JavaScript .NET.
     
    ycuisthebest likes this.
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice