Re: Is VB Caca??
- From: "Scott M." <s-mar@xxxxxxxxxxxxx>
- Date: Sun, 18 Mar 2007 20:57:23 -0400
Just to concur and to re-inforce something I mentioned earlier...
In VB.NET, you will know what potential compilation errors await you as soon
as you move off the line you just typed. With Option Strict set to On (not
the default), there really isn't too much left to chance when it comes to
the dynamic compilation that VB.NET gives you on the fly.
But, with C#, you really MUST manually build your app. to see what problems
you have. Many complilation issues will not show up at all automatically in
C#.
"RobinS" <RobinS@xxxxxxxxxxxxxxx> wrote in message
news:Sf6dnStv6aSMRmDYnZ2dnUVZ_sapnZ2d@xxxxxxxxxxxxxx
Then you are judging something of which you have no experience. I have
written a handful of apps in VB, then turned around and rewritten the same
applications in C# for the experience, and I can promise you, the
"auto-compile-as-you-type" function in VB is a *lot* more dynamic and
fully-functional than the one in C#.
Robin S.
-----------------------------------------------
"Göran Andersson" <guffa@xxxxxxxxx> wrote in message
news:uyUctKbaHHA.4808@xxxxxxxxxxxxxxxxxxxxxxx
Cor Ligthert [MVP] wrote:
Goran,
You surely should try VB.Net once.
I regularly write small pieces of code in VB.NET to try them out. Not
enough to notice any difference in the background compilation, though.
There is some checking in C#, however for somebody who knows what VB.Net
does, it is really nothing.
As you have seen am I a not always a correct typer (but very quick), I
assume that I build a C# program at least 5 times more than a VB.Net
program.
I do mostly web development. I don't even have to build it to run it.
Cor
"Göran Andersson" <guffa@xxxxxxxxx> schreef in bericht
news:uwoecVZaHHA.1400@xxxxxxxxxxxxxxxxxxxxxxx
Scott M. wrote:
You are contradicting yourself. Either it is, or it is not. If it isYes. That's how it works in C# too. Only as it's not line based, itNo, Göran it's not. Not nearly to the extent that it is in VB .NET.
will also do the check if you pause for a second while typing a line.
not, the extent of it can not be compared to something that is, which
you just did.
--
Göran Andersson
_____
http://www.guffa.com
--
Göran Andersson
_____
http://www.guffa.com
.
- Follow-Ups:
- Re: Is VB Caca??
- From: RobinS
- Re: Is VB Caca??
- References:
- Is VB Caca??
- From: Don
- Re: Is VB Caca??
- From: Cor Ligthert [MVP]
- Re: Is VB Caca??
- From: Göran Andersson
- Re: Is VB Caca??
- From: Herfried K. Wagner [MVP]
- Re: Is VB Caca??
- From: Göran Andersson
- Re: Is VB Caca??
- From: Scott M.
- Re: Is VB Caca??
- From: Göran Andersson
- Re: Is VB Caca??
- From: Scott M.
- Re: Is VB Caca??
- From: Göran Andersson
- Re: Is VB Caca??
- From: Cor Ligthert [MVP]
- Re: Is VB Caca??
- From: Göran Andersson
- Re: Is VB Caca??
- From: RobinS
- Is VB Caca??
- Prev by Date: Re: Is VB Caca??
- Next by Date: Re: Is VB Caca??
- Previous by thread: Re: Is VB Caca??
- Next by thread: Re: Is VB Caca??
- Index(es):
Relevant Pages
|