which one to start asp or asp.net

Ask a Question related to ASP, Design and Development.

  1. #1

    Default which one to start asp or asp.net

    Hi

    I wan to start learning asp.net
    Is it going to be easy to first learn some asp and only then move to
    asp.net or can I start straight with asp.net

    Thanks


    steve Guest

  2. Similar Questions and Discussions

    1. WHERE DOES ONE START
      Hello, I'd like to know where to start learning how to build dreamweaver extensions for DreamweaverMX Could anyone suggest a link, a site, a...
    2. CF MX6.1 will not auto start after server reboot.. but will start by hand...
      I just moved all the stuff to a new dual Xeon Windows server 2003. Problem with CF MX 6.1 is that it will not start after a server reboot! I get...
    3. Please help with FS Start
      Hi, I have inherited a bit of code from a flash 5 file: on (release) { fscommand("Exec", "JSTART Presentation.pps \"/error=To view this...
    4. X won't start
      My 43p-240 had a bad CPU causing lockups. It's fixed, but the reboots did something funny and X (and CDE/Dtlogin) won't run now. /tmp/xlogfile...
    5. start up
      Try a repair install as follows: .. NOTE, while a repair install should leave your data files intact, if something goes wrong during the repair...
  3. #2

    Default Re: which one to start asp or asp.net

    Just dig right in to ASP.NET

    I would lean towards using C# for the Language of choice.

    -dlbjr

    Discerning resolutions for the alms


    dlbjr Guest

  4. #3

    Default Re: which one to start asp or asp.net

    > Just dig right in to ASP.NET
    >
    > I would lean towards using C# for the Language of choice.
    >
    > -dlbjr
    Is it actually a big different in asp and asp.net


    steve Guest

  5. #4

    Default Re: which one to start asp or asp.net

    I'll echo that. Bravo dlbjr.

    "dlbjr" <dontknow@do.u> wrote in message > Just dig right in to ASP.NET
    >
    > I would lean towards using C# for the Language of choice.

    Ray at Guest

  6. #5

    Default Re: which one to start asp or asp.net

    Yes,

    Strict Language Usage and concepts have changed.
    You will be forced to learn OOP to be effective.
    ASP.NET is more efficient.

    Most classic asp is written exclusively in script code.
    Simple for many applications, but soon you will see the need for more robust
    techniques.

    -dlbjr

    Discerning resolutions for the alms


    dlbjr 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