1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

how ASP differ from asp.net

Discussion in 'C#' started by property, Mar 7, 2011.

  1. cisdeepa

    cisdeepa Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    HI,

    ASP.NET has better language support, a large set of new controls, XML-based components, and better user authentication.

    ASP.NET provides increased performance by running compiled code.
    ASP.NET code is not fully backward compatible with ASP.

    Thanks
     
    cisdeepa, Nov 21, 2011 IP
  2. dblue_one

    dblue_one Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    ASP classic is still used in a lot off sites/web based apps, but as nothing to do it whit asp.net, it's a completely different concept, take a look at w3 school site, it's a good kick off tutorial ;)
     
    dblue_one, Nov 21, 2011 IP
  3. cisdeepa

    cisdeepa Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Yes i have studied asp.net from w3 school and many more tutorial than whats the bad thing about that?
     
    cisdeepa, Nov 21, 2011 IP
  4. redpro

    redpro Banned

    Messages:
    226
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    46
    #24
    Asp stands for active server pages and it works with asp.net with c#.net and vb.net and in this we make different websites.
     
    redpro, Dec 5, 2011 IP
  5. offshoredataentry

    offshoredataentry Member

    Messages:
    121
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #25
    asp is older and differs from asp.net in many ways as asp.net is having a good set of controls with technologies like ajax,linq.
     
    offshoredataentry, Feb 9, 2012 IP
  6. manilinkselling

    manilinkselling Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #26
    It's not easy to explain the difference between ASP and ASP.NET, but the second is object oriented and all the element of the page are object.
    In ASP.NET you can use the language you want to use to prodece the page (VB.NET or C#).
    All the code is in a particular file that is not including in the web pages and you must recompiling when you make changes, because ASP.NET using compiling language.
    The compiling of the page was made at the server the first time and in the next run reuse this compiling result.
    This is a simple introduction to the differnce between this two language, but is not sufficient to define the difference of this two languages.
     
    manilinkselling, Feb 10, 2012 IP
  7. drhowarddrfine

    drhowarddrfine Peon

    Messages:
    5,428
    Likes Received:
    95
    Best Answers:
    7
    Trophy Points:
    0
    #27
    One year later, I'm sure the OP is waiting with baited breath for everyone on DP to answer this one even though it was answered months ago.
     
    drhowarddrfine, Feb 10, 2012 IP
  8. spaculus

    spaculus Peon

    Messages:
    187
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    0
    #28
    ASP.net is used for the web applications development. Where as ASP is used for the Software application development...
     
    spaculus, Feb 16, 2012 IP
  9. Vivianflo

    Vivianflo Peon

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #29
    asp and asp.net are totally different from each other.
    Asp stands for active server pages which is used to create dynamic web pages whereas asp.net is the advance feature of asp.In asp.net there are use of MVC, Silverlight,Control visibilty,
     
    Vivianflo, Mar 22, 2012 IP
  10. raspms

    raspms Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #30
    In ASP only two languages were available for scripting VBScript and Jscript/Javascript.
    But in ASP.NET
    We are no longer constrained to the two scripting languages available in traditional ASP: Any fully compliant .NET language can now be used with ASP.NET, including C# and VB.NET.
     
    raspms, Mar 22, 2012 IP
  11. aisyaziz

    aisyaziz Guest

    Messages:
    40
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #31
    they are VERY different. asp is ALMOST similar to php. asp.net is easier to learn and they have their own built-in. it's probably more fun to learn asp.net than asp. but asp will actually help you understand the things better.
     
    aisyaziz, Mar 26, 2012 IP
  12. perfect_element

    perfect_element Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #32
    Bottom line: Stay away from ASP. It's old and it has been deprecated a long time ago.
     
    perfect_element, May 16, 2012 IP
  13. perfectionsu

    perfectionsu Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #33
    ASP.NET provide increase performance by running the compiled code.ASP.NET has better language support, a large set of new controls and XML based components,and best user authentication in comparison to the classic ASP .
     
    perfectionsu, May 22, 2012 IP
  14. amitets

    amitets Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #34
    ASP not complied,it is an interpreted language but ASP.NET is complied and uses the services of framework.ASP uses the VB Script language but ASP.NET uses to more language C#,VB.NET,J# etc.
     
    amitets, Jun 3, 2012 IP
  15. strike2867

    strike2867 Member

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #35
    There are tons of huge corporations with tons of old asp code, it very much matters.
     
    strike2867, Jun 4, 2012 IP
  16. varrav

    varrav Member

    Messages:
    47
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    26
    #36
    As many mention above, ASP is a legacy language, replaced by ASP .NET. However, since many companies still have web apps running that are built with ASP, it can be good to know.
     
    varrav, Jun 6, 2012 IP
  17. krishna1987

    krishna1987 Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #37
    ASP.Net web forms have a code behind file which contains all event handling code where as ASP does not have such facility to separate programming logic from design. ASP does not have the concept of inheritance and ASP pages use scripting language where as ASP.Net web forms inherit the class written in code behind and ASP.Net web forms use full fledged programming language like c#, vb.net, f# etc.
    Cheers !!!!
     
    krishna1987, Jun 9, 2012 IP
  18. amitets

    amitets Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #38
    Asp is an interpreted language which can't be complied but ASP.NET can be complied and interpreted.ASP.NET uses the .net framework but asp not use framework.
     
    amitets, Jun 27, 2012 IP
  19. Max796

    Max796 Guest

    Messages:
    131
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #39
    What is the difference between the Classic ASP and ASP.net?
     
    Max796, Oct 10, 2012 IP
  20. pawankumar

    pawankumar Well-Known Member

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    106
    Digital Goods:
    2
    #40
    ASP and ASP.Net are very different programming languages. ASP is a scripting language, where as ASP.NET is the web formulation of a compiled language.. if you have any problem there are many websites on internet like www.helpprogrammers.com etc they are very helpful for programmers..
     
    pawankumar, Oct 22, 2012 IP