Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default VB.net & ASP.net

    Just a really quick question to clarify something.

    VB.net is basically the .net version of VB and the premise is that this is
    for creating an app.

    ASP.net is basically the .net version of ASP and the premise is that this
    for running server-side apps for a web site.

    I believe the 2 are now supposed to use similar code and be more integrated,
    but the above are differentiated by what I have stated - right?

    If there wasn't a difference then you would have the 2 names - right?

    Finally VB.net isn't something that you can put in a page to run
    client-side, in other words this would download to the client machine and do
    it's thing - right? If so, surely this can't work on Macs and Netscape Nav.

    Thanks for any clarification you can give.

    Rgds

    Laphan


    Laphan Guest

  2. #2

    Default Re: VB.net & ASP.net

    > VB.net is basically the .net version of VB and the premise is that this is
    > for creating an app.
    >
    > ASP.net is basically the .net version of ASP and the premise is that this
    > for running server-side apps for a web site.
    You're half right. ASP.net is the "enhanced" version of ASP. It is not a
    language; ASP.net pages can be written using VB.Net (which is not just for
    applications), C#, etc. However VB.Net and C# can be used for a lot more
    than just server-side web pages, much like VBScript and JScript can
    currently be used for more than just server-side web pages.
    > Finally VB.net isn't something that you can put in a page to run
    > client-side
    No, you still need client-side code for that, however many of the apps you
    will build do much of the hard work for you. I suggest asking these
    questions in a dotnet forum rather than here.

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]


    Aaron Bertrand [MVP] Guest

  3. #3

    Default Re: VB.net & ASP.net

    Thanks for the info Aaron


    Aaron Bertrand [MVP] <aaron@TRASHaspfaq.com> wrote in message
    news:#4RPy2mAEHA.1288@TK2MSFTNGP10.phx.gbl...
    > VB.net is basically the .net version of VB and the premise is that this is
    > for creating an app.
    >
    > ASP.net is basically the .net version of ASP and the premise is that this
    > for running server-side apps for a web site.
    You're half right. ASP.net is the "enhanced" version of ASP. It is not a
    language; ASP.net pages can be written using VB.Net (which is not just for
    applications), C#, etc. However VB.Net and C# can be used for a lot more
    than just server-side web pages, much like VBScript and JScript can
    currently be used for more than just server-side web pages.
    > Finally VB.net isn't something that you can put in a page to run
    > client-side
    No, you still need client-side code for that, however many of the apps you
    will build do much of the hard work for you. I suggest asking these
    questions in a dotnet forum rather than here.

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]




    Laphan 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