Why is vs more friendly to vbnet code?

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

  1. #1

    Default Re: Why is vs more friendly to vbnet code?

    no i'm on xp pro thanks anyway
    "PJ" <pjwalNOSPAM@hotmail.com> wrote in message
    news:O19Q8fAWDHA.624@TK2MSFTNGP10.phx.gbl...
    > you're probably using win2k. upgrade your os and start writing c# and you
    > will find it more friendly to c# in the long run...
    >
    > "Showjumper" <shojumper@grkjashdjkf.com> wrote in message
    > news:%238cevX8VDHA.2352@TK2MSFTNGP12.phx.gbl...
    > > Why is the VS.NET editor is more friendly to VB.NET than C#. It writes
    > much
    > > of the vbnet code for you and react fasters (underlines things w/ the
    blue
    > > squiggle). Any plans to make the editor more friendly to c#? Maybe so it
    > > automatically adds the closing curly braces...
    > >
    > >
    >
    >

    Showjumper Guest

  2. Similar Questions and Discussions

    1. Printer friendly page
      Hi Randy, I'm looking for a 'printer-friendly' solution as well. I tried your method, but I get white space on my printed copy where the...
    2. Archive-friendly PDF in the works
      An article in "Federal Computer Week" was brought to my attention. It suggests that PDF files in their current format may not look the same in the...
    3. Ruby friendly web hosting
      Does anyone have experience with http://www.netknow.ca/ as a web host provider? - they claim to support mod_ruby. I have had too much...
    4. ASP user-friendly IDE
      Hi can anyone tell me a user-friendly IDE for ASP? (not asp.net). Is interdev has intellisense in it? Thanks!
    5. Why doesnt custom TagPrefix work in controls made w/ VBNET?
      I cannot get the custom Tag Prefix to work in controls made w/ VBNET. Why??? It works just fine in controls made w/ c#. Is vbnet just buggy?
  3. #2

    Default Re: Why is vs more friendly to vbnet code?

    id love to see the ide add the closing curly braces like vbnet adds the
    closings for select cse etc.
    "Kevin Spencer" <kevin@takempis.com> wrote in message
    news:eTnChhCWDHA.1816@TK2MSFTNGP09.phx.gbl...
    > Part of the problem is that C# is case-sensitive. As VB.Net is not
    > case-sensitive, auto-completing and capitalizing your code as you type is
    > easier to perform. For example, in C#, you can have 2 variables with the
    > same name, but with different casing. The IDE can't just assume that
    you're
    > using one or the other. It has to wait until you finish typing, and check
    > the case.
    >
    > Another part of the problem is that C# doesn't use line breaks to
    separate
    > statements. How the IDE determines when to check syntax and how is
    > complicated by this, as you can put as many C# statements in a single line
    > as you wish; line breaks are just like any other white-space character.
    >
    > On the other hand, I believe the IDE can be improved, and the VS.Net 2003
    > IDE performs better than the first.
    >
    > --
    > HTH,
    >
    > Kevin Spencer
    > Microsoft MVP
    > .Net Developer
    > [url]http://www.takempis.com[/url]
    > Complex things are made up of
    > lots of simple things.
    >
    > "Showjumper" <shojumper@grkjashdjkf.com> wrote in message
    > news:%238cevX8VDHA.2352@TK2MSFTNGP12.phx.gbl...
    > > Why is the VS.NET editor is more friendly to VB.NET than C#. It writes
    > much
    > > of the vbnet code for you and react fasters (underlines things w/ the
    blue
    > > squiggle). Any plans to make the editor more friendly to c#? Maybe so it
    > > automatically adds the closing curly braces...
    > >
    > >
    >
    >

    Showjumper 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