Re: VB.Net Rules!

Tech-Archive recommends: Speed Up your PC by fixing your registry



classic ADO allows me to use temp tables.

this ADO.net _CRAP_ does not




On Feb 18, 6:42 am, Göran Andersson <g...@xxxxxxxxx> wrote:
pfc_s...@xxxxxxxxxxx wrote:
so.. c# is the solution to VB.net code verbosity?

Yes, the only solution to make VB.NET less verbose is to make it not
BASIC. ;)

As VB.NET is BASIC with added features like type safety and object
orientation, it gets verbose. Most features are added by adding keywords
to existing commands.

Take for example the Dim command. In the original form it was only used
to create arrays by specify their dimensions (hence the name):

DIM A(4)

Regular variables would not be declared at all, just created when used.
To allow for explicit declaring of varibles, the DIM command was altered
to also allow for declaring regular variables:

Dim B$

To add type safety, the As keyword was added to the command:

Dim B as String

Similar ways of adding keywords can be seen througout the language.

I thought that VB6 was.

VB6 was a bit less verbose than VB.NET because it contained less
features. For example VB.NET is fully object oriented, which of course
adds a whole bunch of new keywords.

I am not going to embrace dotnet until the next version; I've been
saying that for several releases now.

I just can't deal with a bloated IDE that crashes on me.
I refuse to do it.

Sadly you have no choise in the long run. VB6 is replaced by VB.NET, so
MS will drop the support for it entirely in a few years.



On Feb 16, 5:01 am, "Earl" <briks...@xxxxxxxxxxxxxxxxx> wrote:
I miss VB6 and "classic" ADO ... but I aint going back. There are too many
new tools that make my life easier. I'm sure that was part of the Microsoft
master plan. However, if you like VB.Net, you would probably like C# even
more. The hands, wrists, and bursitis appreciate not having to type as much.

"Master Programmer" <master_program...@xxxxxxxxxx> wrote in message

news:uWxC0sUUHHA.868@xxxxxxxxxxxxxxxxxxxxxxx

I love VB.Net! The next version is going to be even better. I'm sorry if I
offended anyone with my rants. Please forgive me. OK?

--
Göran Andersson
_____http://www.guffa.com


.



Relevant Pages

  • Re: VB.Net Rules!
    ... As VB.NET is BASIC with added features like type safety and object orientation, it gets verbose. ... Take for example the Dim command. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: VB.Net Rules!
    ... VB6 is not slightly more verbose. ... Most features are added by adding keywords ... Take for example the Dim command. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: VB.Net Rules!
    ... VB6 is replaced by VB.NET, ... Take for example the Dim command. ... Similar ways of adding keywords can be seen througout the language. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: search and replace individual documents
    ... As the code is currently written, it finds keywords, because I couldn't ... >> Dim tFolder As Folder, aFile As File, testDoc As ... >>standard password that you specify in the code. ... > able to unprotect ...
    (microsoft.public.word.docmanagement)
  • Re: VB.Net Rules!
    ... As VB.NET is BASIC with added features like type safety and object ... orientation, it gets verbose. ... Most features are added by adding keywords ... Take for example the Dim command. ...
    (microsoft.public.dotnet.languages.vb)