473,545 Members | 1,995 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# v VB.NET - any research on usage?

I need to find some documents/research for my manager about VB.NET v C# use.
I've noticed that there are many more people using C# than VB.NET, that
there seem to be more job vacancies specifying C# and projects written with
it.

I would basically like any links you might have to articles with
non-anecdotal evidence for usage patterns, if there are any.

Thanks,
Robin
Nov 17 '05 #1
72 3408
i realize this isn't what you asked for, but i have some anecdotal
evidence for VB.

Everywhere I've worked that did MS development work, VB was used *far*
more than C#. Personally, I despise VB and do all .net work in C#, but
i'm clearly in the minority with that attitude.

in the VB world that I've seen, C# is something you graduate to after
long years doing VB work. C# pays more (usually) and is a bit more of a
respected language from what I've seen.

sorry to inject something you didn't ask for, but i felt it was
something you should read, given your thoughts on C# vs VB usage.

Robin Tucker wrote:
I need to find some documents/research for my manager about VB.NET v C# use.
I've noticed that there are many more people using C# than VB.NET, that
there seem to be more job vacancies specifying C# and projects written with
it.

I would basically like any links you might have to articles with
non-anecdotal evidence for usage patterns, if there are any.

Thanks,
Robin

Nov 17 '05 #2
Robin,

Your question is probably very regional (country/state) if you say I
see............ .., here (Holland) I see it more and more asked like this

..Net Developer (VB, C#, AdoNet etc.)

I hope this helps,

Cor
Nov 17 '05 #3
sorry to inject something you didn't ask for, but i felt it was
something you should read, given your thoughts on C# vs VB usage.

No thats fine. I don't mind anecdotal evidence, it's just not too useful
when discussing which language to use for which project with a line manager.
I'm using VB.NET myself at the moment but whenever I need to incorperate
code from the outside world, the chances are it will be written using C#.
So, actually, my project consists of my main application and associated
libraries, with a few other libraries in C#. I'm not sure the mixture is
too aesthetically pleasing - at least it won't be for the maintenance guy
who comes after me.
Nov 17 '05 #4
Ian

jeremiah johnson wrote:
i realize this isn't what you asked for, but i have some anecdotal
evidence for VB.

Everywhere I've worked that did MS development work, VB was used *far*
more than C#. Personally, I despise VB and do all .net work in C#, but
i'm clearly in the minority with that attitude.
I disagree and don't think you are alone. There are thousands of
programmers
who evolved from the 'c++' syntax of programming who favour c#. Whilst
programmers who liked c and c++ put back software engineering decades,
we're thankfully over it now. Most of the features implemented in Ada
are now
standard in modern languages, despite your c++ crowd mentality, and the
only
thing left to get rid of, is the stupid symbolic ambiguous style that
breeds
programming errors.

Fortunately, the days when in a programming language you could have
a line which could semantically and syntactically be valid by changing
a single character are coming to an end.

When (i += j) and (i -= j) and (i == j) and (i != j) and (i == -j) etc
all compiled
there was no chance of reliability, and or productivity, because people
find
it hard to see these errors.

in the VB world that I've seen, C# is something you graduate to after
long years doing VB work. C# pays more (usually) and is a bit more of a
respected language from what I've seen.
Yes it does, but this isn't because of anything inherent in the
language,
a 100 IQ programmer who is an expert in vb.net is more productive
than a 100 IQ c# programmer.

It's a side effect of history. VB was easier to learn but not as
powerful.
c++ was harder to learn but more powerful. Thus the typical c++ becomes
c# guy is more experienced on average.

This may mean that advantage is self fulfilling, but there's no
language
reason for it.

sorry to inject something you didn't ask for, but i felt it was
something you should read, given your thoughts on C# vs VB usage.

Robin Tucker wrote:
I need to find some documents/research for my manager about VB.NET v C# use.
I've noticed that there are many more people using C# than VB.NET, that
there seem to be more job vacancies specifying C# and projects written with
it.

I would basically like any links you might have to articles with
non-anecdotal evidence for usage patterns, if there are any.

Thanks,
Robin


Nov 17 '05 #5
Hello robin

http://www.advisor.com/Articles.nsf/aid/SHERP42

I've noticed that there are many more people using C# than VB.NET, that
there seem to be more job vacancies specifying C# and projects written
with it.
There seems to be a shift in MCSD certification to C# that is a fact ,
however in usage i believe that it is still 60/40 ( in favor of VB )
probably for the fact that VB is a more forgiving language as others

I would say learn both languages they have both there strong and weakpoints
, i prefer VB only because i have a Basic background however i can also
read and write C# code , but i noticed that i am far more productive in
VB.Net

there is no serious advantage to either language. It is purely down to
which syntax you are happiest with using
regards

Michel Posseth [MCP]



"Robin Tucker" <no****@nomeans no.com> schreef in bericht
news:dk******** ***********@new s.demon.co.uk.. .I need to find some documents/research for my manager about VB.NET v C#
use. I've noticed that there are many more people using C# than VB.NET,
that there seem to be more job vacancies specifying C# and projects written
with it.

I would basically like any links you might have to articles with
non-anecdotal evidence for usage patterns, if there are any.

Thanks,
Robin

Nov 17 '05 #6

well i do not see anything bad in this at all , a current project i am
working on has some parts written in C# and some parts written in VB.Net

just for the fact that example code and documentation for some parts of
programming are more common to be delivered in C# as VB.Net ( cryptography ,
Compression etc etc ) in other parts VB is more to be found out there
Remoting , COM interop for instance

so why don`t mix those in a project ( both tasks can also be done in both
languages ) as you would become more productive

regards

I prefer to call myself a VS6 and a VS.net programmer

who just favors VB

Michel Posseth [MCP]

"Robin Tucker" <no****@nomeans no.com> schreef in bericht
news:dk******** ***********@new s.demon.co.uk.. .
sorry to inject something you didn't ask for, but i felt it was
something you should read, given your thoughts on C# vs VB usage.

No thats fine. I don't mind anecdotal evidence, it's just not too useful
when discussing which language to use for which project with a line
manager. I'm using VB.NET myself at the moment but whenever I need to
incorperate code from the outside world, the chances are it will be
written using C#. So, actually, my project consists of my main application
and associated libraries, with a few other libraries in C#. I'm not sure
the mixture is too aesthetically pleasing - at least it won't be for the
maintenance guy who comes after me.

Nov 17 '05 #7
Robin Tucker wrote:
... that there seem to be more job vacancies specifying C#


That could also happen if there was a high turnover of C# programmers.

Andrew
Nov 17 '05 #8
I disagree with some of the points Ian made but from an industry standpoint
I think there are more VB coders because it is an easy language to learn and
tends to develop design methodologies required for using / abusing APIs .
As you travel through C, C++ and end up at whichever .NET language the
knowledge of assemblies and DLLs can only help in your advancement. On a
personal note, my preferred scripting language is jscript, most web facing
containers/apps are Java but I don't know a stitch about J#.. Odd!

The turn over (if defacto) in C# programmers I find interesting but there
will always be a larger pot of VB coders than C# programmers.

Denis

"Andrew Morton" <ak*@in-press.co.uk.inv alid> wrote in message
news:O%******** ********@TK2MSF TNGP09.phx.gbl. ..
Robin Tucker wrote:
... that there seem to be more job vacancies specifying C#


That could also happen if there was a high turnover of C# programmers.

Andrew

Nov 17 '05 #9
There is a problem with using both languages in a project, or even in a
company.

Certain programmers know certain languages and if everyone writes code in
their personal favorite langauge you end up with 4 programmers each writing
code that only they understand. Maintenance becomes a nightmare as no one
can work on more than one piece of the application.

If everyone in your environment knows C#, Java, VB, etc. then it doesnt
matter which languages you mix and match, but this is seldom the case. It
is important to have standards regarding which langauge should be used in
your environment in order to maintain consistency and maintainability .

Personally, I have no problem switching from VB to C# as it adds to my skill
set, but I would never write code that the rest of the organization does not
know unless there was no choice.
"m.posseth" <po*****@planet .nl> wrote in message
news:et******** *****@TK2MSFTNG P09.phx.gbl...

well i do not see anything bad in this at all , a current project i am
working on has some parts written in C# and some parts written in VB.Net

just for the fact that example code and documentation for some parts of
programming are more common to be delivered in C# as VB.Net ( cryptography , Compression etc etc ) in other parts VB is more to be found out there
Remoting , COM interop for instance

so why don`t mix those in a project ( both tasks can also be done in both
languages ) as you would become more productive

regards

I prefer to call myself a VS6 and a VS.net programmer

who just favors VB

Michel Posseth [MCP]

"Robin Tucker" <no****@nomeans no.com> schreef in bericht
news:dk******** ***********@new s.demon.co.uk.. .
sorry to inject something you didn't ask for, but i felt it was
something you should read, given your thoughts on C# vs VB usage.

No thats fine. I don't mind anecdotal evidence, it's just not too useful when discussing which language to use for which project with a line
manager. I'm using VB.NET myself at the moment but whenever I need to
incorperate code from the outside world, the chances are it will be
written using C#. So, actually, my project consists of my main application and associated libraries, with a few other libraries in C#. I'm not sure the mixture is too aesthetically pleasing - at least it won't be for the
maintenance guy who comes after me.


Nov 17 '05 #10

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

Similar topics

7
1624
by: elena | last post by:
Apologies for this off-topic post. I'm a Java/C++ developer who is also studying psychology. I would really appreciate it if you would complete a survey that I'm using for a research project on programmers. It's easy and takes about 5 minutes. I will be presenting the results at the American Psychological
4
1446
by: C Williams | last post by:
Hi, Is there a way to insert an image from the research pane into the document? The insert button appears to work only for text--is there a way around this? Thanks! -Casey
0
1364
by: Mike Nolan | last post by:
I received the following note on another database-oriented list. This may be something that pg users could help in, though I'll also pass on the caveat that the other list had, that I have no direct knowledge about the institution or the researchers. -- Mike Nolan --------------------------------------------------------------------------
59
2922
by: Robin Tucker | last post by:
I need to find some documents/research for my manager about VB.NET v C# use. I've noticed that there are many more people using C# than VB.NET, that there seem to be more job vacancies specifying C# and projects written with it. I would basically like any links you might have to articles with non-anecdotal evidence for usage patterns, if...
0
2569
by: L'eau Prosper Research | last post by:
Press Release: L'eau Prosper Research (Website: http://www.leauprosper.com) releases new TradeStation 8 Add-on - L'eau Prosper Market Manipulation Profiling Tools Set. L'eau Prosper Market Manipulation Profiling Tools Set is a set of advanced tools that help Serious Traders analyze the market direction, market manipulative behavior and...
0
2339
by: L'eau Prosper Research | last post by:
NEW TradeStation 8 Add-on - L'eau Prosper Market Manipulation Profiling Tools Set By L'eau Prosper Research Press Release: L'eau Prosper Research (Website: http://www.leauprosper.com) releases new TradeStation 8 Add-on - L'eau Prosper Market Manipulation Profiling Tools Set. L'eau Prosper Market Manipulation Profiling Tools Set is a...
12
1349
by: E.D.G. | last post by:
Important Research Project (Related to computer programming) Posted by E.D.G. on August 30, 2007 edgrsprj@ix.netcom.com This report is being posted to a number of Internet Newsgroups to see if there are any experienced computer programmers who would like to provide some assistance with an effort to develop a Perl language computer...
0
7478
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7668
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7437
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7773
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
5984
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5343
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3466
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
1
1901
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1025
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.