VB.net or C# more popular for aspnet?

G

Guest

hi all,

I was curious to know as to which language is used more for the codebehind
files in aspnet
is it VB.net or C#?I want to prepare for certification and wanted to decide
wehther i want to go for the vb.net track or C#.
I like C# more than VB.net but I would like to know whats popular in the
industry before making my choice.

Thanks for your inputs in advance.
 
T

TDAVISJR

Well of course C# has the edge of VB.NET becuase it the "newest" language on
the block. In the industry C# developers are taken more seriously since it
may seem that they are most likely Java or C++ programmers. The Language
also has some advanced featured than VB. However, in some areas VB has an
edge over C#. My advice, get the certification in C#, however you MUST
learn both.
 
K

Kevin Spencer

If you want to know "whats popular in the industry" this isn't the way to go
about it. The answers you get will represent individual opinions of a few
people who happen to be here around this time. You will not get a
statistical average. Try Google. You can start here:

http://www.google.com/search?hl=en&q=Popularity+of+.Net+Languages

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
G

Guest

I'm going to agree with Kevin on this one. Asking a question like that is
too subjective: it's like asking a room full of mechanics whether they favor
Snap-On or Craftsman tools....

The truth is that there are some differences between the languages, but
unless you're going to be on the edge and edit your IL code for optimization
(or whatever) you should choose the language that you'll feel more
comfortable solving problems in quickly.

If you want the 'Industry' opinion, go to DICE.com, Monster.Com and
CareerBuilder.com, etc and create search agents for .Net programming jobs.
You'll be able to count the job postings for language specific
requirements.....

Ryan Brady
 
S

Steve C. Orr [MVP, MCSD]

Despite C#'s recent popularity surge, VB.NET is still more widely used for
ASP.NET development in large part because older versions of ASP.NET
supported only VBScript, so VB.NET is a more natural transition for
old-school web developers.
 
J

Josh

they sell more c# books than vb.net books. I just found this out today.
The tech publishers are more reluctant to buy vb books
 
K

Kevin Spencer

I'm an old-school web developer! I was doing ASP when ASP was brand-new. I
was very happy to go back to the C family. C'mon, Steve. You know you said
that because YOU prefer VB! ;-)

Don't get me wrong. I'm not promoting any particular language. I figure if
Microsoft made several, they had good reasons for doing so. They usually do!

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
K

Kevin Spencer

Okay, Steve, you win. As long as you mean MOST old-school web developers, I
will happily agree.

--

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
K

Kevin Spencer

More like a programmer who always seems to find himself in exceptional
circumstances!

Good thing I love to learn!

--
;-),

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top