Basic question b/w ASP & ASP .NET

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Basic question b/w ASP & ASP .NET

    I would like to know what is the basic difference
    between
    ASP and ASP .NET
    VB AND VB .NET
    ADO and ADO .NET
    look forward to your responses
    Newbie Guest

  2. Similar Questions and Discussions

    1. Basic FLV question
      Can someone please help me. we wish to stream flv files using Flash Media Server 2. we have installed the program however we are at a loss as to how...
    2. basic 3d question
      Hi, Just a qiuck question....I have created a 3d world and exported it to director. I want to add a basic cube shape I create in 3dstudio max to...
    3. Basic Question
      Hello, I've noticed in some sample code that sometimes people use the @ before a string when concatenating them. Example: string filePath =...
    4. Basic question...
      I posted the other day a question about writing a daemon to monitor a directory and then process the files as they arrive in said directory. I...
    5. basic css question
      In several of my posts lately, I have made it known that I am nto a huge fan of using newer stuff as opposed to older methods of getting things...
  3. #2

    Default Re: Basic question b/w ASP & ASP .NET

    There are a lot of articles about this. Just do a search on google.

    The biggest difference to me as a web developer has been withing the asp vs.
    asp.net side of things. asp was never object oriented and asp.net is. That
    means it is much easier to re-use code. It also means that the display code
    and the business logic code may now be completely separated in a way that
    just wasn't possible before.

    I haven't found that it makes creating applications that much faster, but
    that has been because I am now doing much more difficult things that I would
    have left out before but can now do.

    Sincerely,

    --
    S. Justin Gengo, MCP
    Web Developer

    Free code library at:
    [url]www.aboutfortunate.com[/url]

    "Out of chaos comes order."
    Nietzche
    "Newbie" <kirancj@indiatimes.com> wrote in message
    news:3e0101c355e1$f4e75630$a001280a@phx.gbl...
    > I would like to know what is the basic difference
    > between
    > ASP and ASP .NET
    > VB AND VB .NET
    > ADO and ADO .NET
    > look forward to your responses

    S. Justin Gengo Guest

  4. #3

    Default Re: Basic question b/w ASP & ASP .NET

    Here's a source for answers to a lot of your questions:

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboriintroductiontovisualbasic70forvisualbasicvete rans.asp[/url]

    (remove the line break)

    Joel T. Cade, MCSD
    Brinkster, Inc.

    "Newbie" <kirancj@indiatimes.com> wrote in message news:<3e0101c355e1$f4e75630$a001280a@phx.gbl>...
    > I would like to know what is the basic difference
    > between
    > ASP and ASP .NET
    > VB AND VB .NET
    > ADO and ADO .NET
    > look forward to your responses
    Joel Cade Guest

  5. #4

    Default Re: Basic question b/w ASP & ASP .NET

    All the .NET stuff is newer and better.
    The performace is better.
    The programming model is better and easier.
    It's targeted more toward high performance internet apps than the old stuff.
    It's more object oriented.

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "Newbie" <kirancj@indiatimes.com> wrote in message
    news:3e0101c355e1$f4e75630$a001280a@phx.gbl...
    > I would like to know what is the basic difference
    > between
    > ASP and ASP .NET
    > VB AND VB .NET
    > ADO and ADO .NET
    > look forward to your responses

    Steve C. Orr, MCSD Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139