Ask a Question related to ASP.NET General, Design and Development.
-
Showjumper #1
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...blue> 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...> much> > Why is the VS.NET editor is more friendly to VB.NET than C#. It writes> > of the vbnet code for you and react fasters (underlines things w/ the>> > squiggle). Any plans to make the editor more friendly to c#? Maybe so it
> > automatically adds the closing curly braces...
> >
> >
>
Showjumper Guest
-
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... -
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... -
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... -
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! -
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? -
Showjumper #2
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...you're> 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 thatseparate> 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 toblue> 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...> much> > Why is the VS.NET editor is more friendly to VB.NET than C#. It writes> > of the vbnet code for you and react fasters (underlines things w/ the>> > squiggle). Any plans to make the editor more friendly to c#? Maybe so it
> > automatically adds the closing curly braces...
> >
> >
>
Showjumper Guest



Reply With Quote

