473,394 Members | 2,031 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Which language are employers looking for - C# or VB.NET?

I am starting to study dot net languages, and I'm wondering - which
language do employers look for - C# or VB.net? Are they both equally
powerful languages?
Thanks,
BD

May 10 '06 #1
16 2519
BD,

Yes, they are both equally powerful (they really don't differ too much
in terms of language features, although one could make the argument that
there are differences between the IDEs for the languages, with certain
features being offered by one IDE for one language, as opposed to the
other), since all of the functionality is in the framework anyways.

However, that doesn't mean there isn't a social stigma against one
langauge. VB is still looked down upon in some circles, so you might want
to take that into consideration.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

<BL*********@LYCOS.COM> wrote in message
news:11**********************@v46g2000cwv.googlegr oups.com...
I am starting to study dot net languages, and I'm wondering - which
language do employers look for - C# or VB.net? Are they both equally
powerful languages?
Thanks,
BD

May 10 '06 #2

I've had to develop in both. Currently in vb.net.

Having said that, if you've ever taken a java class, then go with C#.

C# is just ... "cleaner" to me. I can't quantify it exactly, it just feels
cleaner.

Another social taboo is that sometimes people with a strong vb background,
bring their bad vb6 habits over with them when going to vb.net.

...

The other small issue, but haunts me weekly, is that you're googling
something you want to do ... (I'll use "ftp" as an example)

you go to google, and you type in

"visual basic" "ftp"

and you get not only vb.net articles , but every vb6 , 5 , 4 , 3 articles
also you gotta wade thru.

when you google
"C#" and "ftp"
you'll find better matches, which saves you time.

I have in the past probably ID'ed about 5 or 6 "undocumented features" in
vb.net... aka, royal pains in the butt that I know I can do in C#, that
vb.net doesn't allow for.

One of the most annoying is "go to reference", where you click on a method,
and in C# you can find where it is called. in vb.net, it just isn't there.
(i'm talking about the VS2003 IDE development environment)
My advice is to go with C#, unless you have an exact reason to go to vb.net

Whichever you choose, you can write good or bad code in either. the
language choice doesn't help with that area. but you gotta start somewhere.

Good luck.

<BL*********@LYCOS.COM> wrote in message
news:11**********************@v46g2000cwv.googlegr oups.com...
I am starting to study dot net languages, and I'm wondering - which
language do employers look for - C# or VB.net? Are they both equally
powerful languages?
Thanks,
BD

May 10 '06 #3
There are, so we are told, far more VB.NET developers around than C#
developers (though I haven't actually seen any evidence of this myself, at
least here in the UK). It could be argued that for this reason you may be
more in demand as a C# developer, though conversely of course there could be
fewer jobs to go round. You would need to do some market research on this.
Most companies will want to standardise on one .NET language used within the
organisation, and in my experience (OK, only 2 companies so far) this
standard language is C#, admittedly by default because most developers were
previously C++ rather than VB developers.

On that subject, in general one would suspect that old VB6 developers have
moved to VB.NET, and old C++ developers (who will often have also been
developing using MFC/ATL/COM/Win32 etc.) to C#. Employers may thus have a
preference for C# developers on a generalisation and presumption that they
probably have a larger skill set and breadth of experience. The actual
differences between VB.NET and C# are relatively minimal in terms of their
power, but undoubtedly VB.NET does suffer a lot from a lasting VB6 vs C++
stigma.

Note also that if you are learning the languages, Microsoft are nowadays
moving towards doing their code examples in VB.NET because of the supposed
larger number of VB.NET developers:
http://blogs.msdn.com/tomarcher/arch...21/495282.aspx

--
======================
Clive Dixon
Digita Ltd. (www.digita.com)
<BL*********@LYCOS.COM> wrote in message
news:11**********************@v46g2000cwv.googlegr oups.com...
I am starting to study dot net languages, and I'm wondering - which
language do employers look for - C# or VB.net? Are they both equally
powerful languages?
Thanks,
BD

May 10 '06 #4
I'd like to agree; C# seems much more cleaner. Also, VB seems very
very wordy comparivley. You have to type a bunch of extra words that
don't really make anything clearer.

May 10 '06 #5
My recommendation would be to focus on learning the framework. I work
interchangably in C#, VB.NET, and other languages like boo ... The fact of
the matter is that once you learn a language like C# or VB.NET learning
another is a rather trivial task (especially the move from C# to VB.NET,
VB.NET to C# can be more difficult if you are not familiar with C style
languages).

Cheers,

Greg Young
MVP - C#
<BL*********@LYCOS.COM> wrote in message
news:11**********************@v46g2000cwv.googlegr oups.com...
I am starting to study dot net languages, and I'm wondering - which
language do employers look for - C# or VB.net? Are they both equally
powerful languages?
Thanks,
BD

May 10 '06 #6
Employers shouldn't be looking for languages. They should be lloking for
programmers. That is, regardless of what language(s) you program in, it is
ultimately *you* and your ability that makes the difference, at least with
any employer that *I* would work for.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.

<BL*********@LYCOS.COM> wrote in message
news:11**********************@v46g2000cwv.googlegr oups.com...
I am starting to study dot net languages, and I'm wondering - which
language do employers look for - C# or VB.net? Are they both equally
powerful languages?
Thanks,
BD

May 10 '06 #7
BlackDog,
Did you post one of these on the vb.net group too? It would be interesting
to compare the comments.

As Kevin so astutely points out, employers look for programmers, not
languages. At least, employers who possess above room-temperature IQ's that
is.

I programmed in classic VB for years. When C# and .NET came out at the PDC
in Orlando in 2000, I made a conscious effort to switch to C#. It was painful
at first, because the C# compiler won't let you get away with all those bad
habits. But, it was the right decision. Also, it's a known fact that C#
programmers tend to be more highly paid, if that's worth anything to ya!
Peter

--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com


"BL*********@LYCOS.COM" wrote:
I am starting to study dot net languages, and I'm wondering - which
language do employers look for - C# or VB.net? Are they both equally
powerful languages?
Thanks,
BD

May 10 '06 #8
Hi,

"Greg Young" <Dr*************@hotmail.com> wrote in message
news:uu**************@TK2MSFTNGP03.phx.gbl...
My recommendation would be to focus on learning the framework. I work
interchangably in C#, VB.NET, and other languages like boo ... The fact of
the matter is that once you learn a language like C# or VB.NET learning
another is a rather trivial task (especially the move from C# to VB.NET,
VB.NET to C# can be more difficult if you are not familiar with C style
languages).


I'm also of this opinion, the key is in the framework. I also ahve to
program in both and do so without any problem at all.

IMO the most terrible part of VB.net is the IDE , no idea why in the 21th
century you still are forced to write the entire sentence in one single line
of code. this is the most stupiest thing ever !

The same with not be able to find where a method is being referenced or be
able to modify a code while running in the debug.

Other than that VB.net is identical to C# , even Vb.net has features that C#
has not !! , like declaring a member friend


--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
May 10 '06 #9
Hi,

"Peter Bromberg [C# MVP]" <pb*******@yahoo.nospammin.com> wrote in message
news:6C**********************************@microsof t.com...
BlackDog,
Did you post one of these on the vb.net group too? It would be interesting
to compare the comments.

As Kevin so astutely points out, employers look for programmers, not
languages. At least, employers who possess above room-temperature IQ's
that
is.


I went to an interview two weeks ago and he said if I had anything against
programming in VB , the reasoning is cause it was easier for the other
developers than C# :)


--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
May 10 '06 #10

Ignacio Machin ( .NET/ C# MVP ) wrote:
IMO the most terrible part of VB.net is the IDE , no idea why in the 21th
century you still are forced to write the entire sentence in one single line
of code. this is the most stupiest thing ever !
Not the IDE, but the language. It's a tradeoff for not having to
explicitly terminate single-line statements, which let's face it are
the majority of statements.

Also, _
there is a statement continuation syntax.
The same with not be able to find where a method is being referenced or be
able to modify a code while running in the debug.


Both possible in VS2005.

--
Larry Lard
Replies to group please

May 10 '06 #11
Other than that VB.net is identical to C# , even Vb.net has features
that C#
has not !! , like declaring a member friend

In C# this is called internal..

May 10 '06 #12
Andy, you're not doing VB.Net a service as a professional language by such
postings. First, you state that VB.Net does things that C# does not, and use
the "Friend" modifier as an example. Then you identify the C# equivalent.

--
?!,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.

"Andy" <aj*****@alum.rit.edu> wrote in message
news:11**********************@v46g2000cwv.googlegr oups.com...
Other than that VB.net is identical to C# , even Vb.net has features
that C#
has not !! , like declaring a member friend

In C# this is called internal..

May 10 '06 #13
Sorry, my post wasn't clear.

"Other than that VB.net is identical to C# , even Vb.net has features
that C#
has not !! , like declaring a member friend " was a quote by Ignacio
Machin ( .NET/ C# MVP ).

The line pointing out C#'s equivelent was me. I don't use VB.Net, I
personally don't care for it, so was compelled to respond to that
statement, since it did employ VB.Net did things C# didn't, when in
fact they can pretty much do everything the other one can.

May 10 '06 #14
Ah, sorry. You are correct, of course.

There are a few differences, which actually result in C# being able to do
more (managed pointers, for example). There are some things in VB.Net that
are easier to do than with C#.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.

"Andy" <aj*****@alum.rit.edu> wrote in message
news:11**********************@j33g2000cwa.googlegr oups.com...
Sorry, my post wasn't clear.

"Other than that VB.net is identical to C# , even Vb.net has features
that C#
has not !! , like declaring a member friend " was a quote by Ignacio
Machin ( .NET/ C# MVP ).

The line pointing out C#'s equivelent was me. I don't use VB.Net, I
personally don't care for it, so was compelled to respond to that
statement, since it did employ VB.Net did things C# didn't, when in
fact they can pretty much do everything the other one can.

May 10 '06 #15

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Ah, sorry. You are correct, of course.

There are a few differences, which actually result in C# being able to do
more (managed pointers, for example). There are some things in VB.Net that
are easier to do than with C#.


VB does have Late Binding, implicit variable declaration and implicit
conversions.

Although overused in older versions of VB and still suceptible to abuse,
these are important language features that make VB suitable in some
applications where C# is not.

David
May 11 '06 #16
C# has late binding as well as VB.NET; it's just a question of being
more explicit and deliberate about it than you have to be in VB.NET.

I would agree that applications that have to do an extensive amount of,
say, ActiveX Automation, might be better written in VB, depending. For
example, VB's support for optional arguments fits nicely with the
antique use of that feature in legacy APIs such as the Excel and Word
Automation interfaces. In C#, you have to either pass in all 22
arguments to some of those byzantine functions, or write wrapper methods
around those, which is extra gruntwork. I don't see that as a
shortcoming of C# so much as a shortcoming of the automation interface.
But VB.NET *does* address that annoyance nicely.

However, you can do virtually any task in either language, or indeed in
any CLR-hosted language.

--Bob

David Browne wrote:
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
Ah, sorry. You are correct, of course.

There are a few differences, which actually result in C# being able to do
more (managed pointers, for example). There are some things in VB.Net that
are easier to do than with C#.


VB does have Late Binding, implicit variable declaration and implicit
conversions.

Although overused in older versions of VB and still suceptible to abuse,
these are important language features that make VB suitable in some
applications where C# is not.

David

May 14 '06 #17

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Kenji4861 | last post by:
I want to get certified in PHP. Which exam would be most beneficial if I'm finding a job in the area? Thanks!
16
by: innominatetwice | last post by:
Hello, I'm not asking this to troll, I'm just genuinely interested in this question and I think that if I were to post it on a Java group that would be like asking the converted. Since C# has...
17
by: clintonG | last post by:
I'm using an .aspx tool I found at but as nice as the interface is I think I need to consider using others. Some can generate C# I understand. Your preferences please... <%= Clinton Gallagher ...
53
by: Jon S via DotNetMonster.com | last post by:
Hi all, I'm planning on developing an ASP.NET web site. I know both VB.NET and C# but am unsure on which would be more useful to develop an ASP.NET site with? Also I maybe looking to become a...
51
by: mojosam | last post by:
I've been watching the flame war about licenses with some interest. There are many motivations for those who participate in this sector, so disagreements over licenses reflect those agendas. I...
6
by: garyusenet | last post by:
Hi as most will know I have been benefiting from your vast experience for about a month or so now, and have decided to try to learn C# programming more academically and structured and study towards...
17
by: Summercool | last post by:
I wonder which language allows you to change an argument's value? like: foo(&a) { a = 3 } n = 1 print n
12
by: Srdja123 | last post by:
Like the topic says, I want to learn a language, but which should I learn? Which language will be mostly used in the future? C++ or C#?
19
by: santanu mishra | last post by:
Hi , I am stuck with a requirement from my client to change the date format from mm/dd/yy to dd/mm/yy .If any body can help me out with this regard as its very much urgent. Regards,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.