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.NET more powerful than Classic ASP?

Discussion in 'C#' started by JJnacy, Jul 25, 2009.

  1. #1
    Finally I decided to learn ASP.NET.
    I know classic ASP
    , does classic ASP really help to learn ASP.NET?
    How long does it going to take?
    How ASP.NET more powerful?

    Thanks
     
    JJnacy, Jul 25, 2009 IP
  2. mioot

    mioot Peon

    Messages:
    169
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
  3. asmaster

    asmaster Peon

    Messages:
    86
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Classic ASP has nothing with ASP.NET

    You programmed with VBScript, right? So you'll have to begin from zero.

    But it is worth! ASP.NET is much more powerful than ASP, the letter is dead.
     
    asmaster, Jul 27, 2009 IP
    JJnacy likes this.
  4. certifications4you

    certifications4you Peon

    Messages:
    32
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    asp.net is more powerful than asp. .NET is a new techonology than older asp. We can use many CLR Languages like C#, vb.net , VC++ in asp.net. It is very user friendly and highly scurable.
     
    certifications4you, Jul 27, 2009 IP
    JJnacy likes this.
  5. puncha

    puncha Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I think asp.net is more object-oriented concept than asp.
     
    puncha, Jul 31, 2009 IP
  6. dwirch

    dwirch Well-Known Member

    Messages:
    239
    Likes Received:
    12
    Best Answers:
    1
    Trophy Points:
    135
    #6
    Yeah, I'm going to have to go ahead and disagree with some of you on that.

    While the tool (asp.net) may be more versatile than classic asp, I believe the power actually lies in the hands and mind of the person who is wielding the tool.

    I've seen some amazing applications written in classic asp, which continue to power intranets and websites around the world.

    Conversely, I've seen some total garbage produced with .Net tech. Really. Some real crap.

    Just because you have the latest tool, which may be the "best", doesn't mean instantly that you are going to write the best code and best apps.

    Choose the best tool for the project at hand, not the best tool for all projects.
     
    dwirch, Aug 1, 2009 IP
  7. ziv

    ziv Peon

    Messages:
    18
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Asp.Net has almost nothing to do with old Asp.
    asp is a scripting language where you mix script code inside an html in .aps files.
    Asp.Net is a full featured development environment (using Visual Studio IDE makes it much easier to work with).
    Some of the advantages of Asp.Net:
    • Real Compiler vs Script language
    • .Net libraries help you to do almost anything
    • Large number of server controls - including data-binding, grids, etc.
    • Page state is stored automatically between posts
    • Can you AJAX library to do some cool client side tricks
    • Much more
    Hope this helps
     
    ziv, Aug 4, 2009 IP
    JJnacy likes this.
  8. Free Born John

    Free Born John Guest

    Messages:
    111
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #8
    it's faster, faster, faster - but more formal so you need a more structured development approach.
     
    Free Born John, Aug 10, 2009 IP
  9. camjohnson95

    camjohnson95 Active Member

    Messages:
    737
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    60
    #9
    Many functions used in VBScript are still available in .NET... also things such as conditional statements and loops are the same... The Response, Request, Server and Session objects are also the same, or similar. So to say that it would be to begin from zero is not really correct at all. Knowledge of ASP will definately give you an advantage when learning ASP.NET.
     
    Last edited: Aug 12, 2009
    camjohnson95, Aug 12, 2009 IP
  10. Corwin

    Corwin Well-Known Member

    Messages:
    2,438
    Likes Received:
    107
    Best Answers:
    0
    Trophy Points:
    195
    #10
    ASP.NET is mostly a superset of ASP. When I transitioned a website from ASP to ASP.NET, most of my ASP code ran fine in ASP.NET with little modifications. I was even able to set up some of my #include files with .inc extensions that could be used with either ASP or ASP.NET.

    One of the big advantages to me with ASP.NET is that it has much stronger session and application scope support than ASP. Read up on the advantages of ASP.NET's global.asax file.
     
    Corwin, Aug 13, 2009 IP
  11. kblessinggr

    kblessinggr Peon

    Messages:
    539
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #11
    To iterate on this roughly.
    ASP is to VBscript as PHP is to Javascript.

    Well ASP.net is a core language of the .net suite, ".net" describes more of what you're saying as the web application could be written in asp.net, c#.net etc etc etc.
     
    kblessinggr, Aug 13, 2009 IP
  12. vihutuo

    vihutuo Well-Known Member

    Messages:
    1,511
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    180
    #12
    AS.Net makes it very quick to write web applications. There a ton of controls and the .Net framework has a lot of functionality built in. Just a few of the features of ASP.NET include

    1. Master pages and themes
    2. Built in membership/user functionality with profiles
    3. Drag and drop controls - Gridview, log in controls , repeater controls, calendar etc.
    4. Built in AJAX functionality . Just drag and drop AJAX panel
    5. Event driven programming / VB style
    6. The ASP.NET framework hides a lot of complexity , and delivers a "desktop" like programming interface for the developer
     
    vihutuo, Aug 16, 2009 IP
    JJnacy likes this.
  13. JJnacy

    JJnacy Peon

    Messages:
    448
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Thanks Vihutuo
    I also went to your Location TutorialsASP.Net
    I found some helpful info too.
    Cheers
     
    JJnacy, Aug 18, 2009 IP