Re: VB vs C# vs C++ vs J#
- From: "RCS" <rseder@xxxxxxxxx>
- Date: Wed, 07 Dec 2005 17:43:03 GMT
There is a much bigger issue with the VB.NET vs C# war - and that is with
finding answers to problems -or- learning how to do something. On the
newsgroups and many websites - there are FAR more examples in C#, than
VB.NET - I suspect because VB.NET developers are typically not the types to
go into deeper subject matter. They are the "crank out a working
application" type of developers.
For example, I was working on making my own validator (inheriting from
BaseValidator) - and I found next to no examples in VB - everything was in
C#. And likewise, *all* of the VB.NET developers I know - would've just
"done it another way", rather than create their own validator (which now
works great, by the way!)
So - one thing to factor, is if you are a developer who frequently likes to
push the envelope or extend existing functionality - language choice should
be a consideration. Because if I was writing everything in VB.NET - I'd
spend half of my time translating examples and help from newsgroups from C#.
Oh - and one thing that is key, regardless of your language of choice - it
is critical for you to be comfortable in both languages. I blew a half-day
trying to find what the VB.NET version of "extern" was - and another
half-day trying to find how to manually wire an event (the equivalent of
+=)...
It will make you a more valuable developer to be solid in both languages.
"Steve C. Orr [MVP, MCSD]" <Steve@xxxxxxx> wrote in message
news:O8Jdi%230%23FHA.360@xxxxxxxxxxxxxxxxxxxxxxx
> C++ is only for propeller heads and I can barely understand why J# even
> exists.
>
> That brings it down to the only two languages that matter for web
> development, VB.NET and C#.
>
> VB.NET has more functions than C# can therefore save you more time because
> you write less code.
>
> So I suggest you save yourself headaches by sticking with VB.NET which is
> just as capable as C# (if not more so) in all things that really matter to
> most web developers.
> Note that it wouldn't hurt to hedge your bets by learning enough C# to
> understand the differences between the two languages.
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "chuckdfoster" <chuckdfoster@xxxxxxxxxxx> wrote in message
> news:OahSFup%23FHA.1032@xxxxxxxxxxxxxxxxxxxxxxx
>> Just wondering this...
>>
>> Are there any advantages of using one language over another? I currently
>> use VB, but notice that most code samples on the internet and this forum
>> are normally in C# (I think).
>>
>> --
>> Chuck Foster
>> Programmer Analyst
>> Eclipsys Corporation - St. Vincent Health System
>>
>
>
.
- Follow-Ups:
- Re: VB vs C# vs C++ vs J#
- From: Damien
- Re: VB vs C# vs C++ vs J#
- From: Steve C. Orr [MVP, MCSD]
- Re: VB vs C# vs C++ vs J#
- References:
- VB vs C# vs C++ vs J#
- From: chuckdfoster
- Re: VB vs C# vs C++ vs J#
- From: Steve C. Orr [MVP, MCSD]
- VB vs C# vs C++ vs J#
- Prev by Date: Help!
- Next by Date: Re: Is this the best way to read the web.config file? XPath didn't work ;-(
- Previous by thread: Re: VB vs C# vs C++ vs J#
- Next by thread: Re: VB vs C# vs C++ vs J#
- Index(es):
Relevant Pages
|