473,651 Members | 2,987 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What are the most popular languages for dot net programming?

Would it be correct to say the VB is still the language most used for
Dot Net programming, and C# the second most used?

Sep 7 '06 #1
22 1679
"tom c" <to******@gmail .comwrote in message
news:11******** **************@ b28g2000cwb.goo glegroups.com.. .
Would it be correct to say the VB is still the language most used for
Dot Net programming, and C# the second most used?
Not wishing to sound pedantic, but you actually can't do .NET programming
with VB. Most , but not all, ASP classic server-side code was written in
VBScript.

VB.NET, however, is a totally different animal and perfectly suited to .NET
development of WinForms, WebForms, services, console apps etc...

Apart from the unfortunate coincidence of the name and some syntax
similarity, VB and VB.NET bear almost no relationship one to another.

As for which of the two is the more popular, short of a massive developer
survey, it would be almost impossible to calculate because once the code has
been compiled and deployed it takes a fair bit of unstitching to decipher
which of the .NET languages it was written in...

As a jobbing contract developer, I made a living through Visual Basic and
its cousins (VBScript, VBA, WordBasic, AccessBasic etc) right from the start
but, since .NET v1.0, I have developed everything in C# apart from only one
project in VB.NET because it suited me at the time.
Sep 7 '06 #2
MS is pushing C# very very hard and trying desparately to kill off VB. It's almost impossible to find complete help samples in VB
these days.

Developers either convert to C# or die off with their latinesque language

... or move to Coldfusion :)
"tom c" <to******@gmail .comwrote in message news:11******** **************@ b28g2000cwb.goo glegroups.com.. .
Would it be correct to say the VB is still the language most used for
Dot Net programming, and C# the second most used?

Sep 7 '06 #3
re:
MS is pushing C# very very hard and trying desparately to kill off VB.
That's -simply- not so.

re:
It's almost impossible to find complete help samples in VB these days.
Compare the current downloads for each language at the MS Download Center :

C# :
http://www.microsoft.com/downloads/B...tCriteria=date

There's 213 downloads for Visual C#.

VB.NET:
http://www.microsoft.com/downloads/B...tCriteria=date

There's 331 downloads for VB.NET.

Over and above the individual language downloads,
there's hundreds more downloads which include both languages.

You are spreading FUD...and I wonder why you're doing it.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espańol : http://asp.net.do/foros/
=============== =============== =====
"Jon Paal" <Jon[ nospam ]Paal @ everywhere dot comwrote in message
news:Oi******** ******@TK2MSFTN GP04.phx.gbl...
MS is pushing C# very very hard and trying desparately to kill off VB. It's almost impossible to
find complete help samples in VB these days.

Developers either convert to C# or die off with their latinesque language

.. or move to Coldfusion :)
"tom c" <to******@gmail .comwrote in message
news:11******** **************@ b28g2000cwb.goo glegroups.com.. .
>Would it be correct to say the VB is still the language most used for
Dot Net programming, and C# the second most used?


Sep 7 '06 #4
"microsoft ASP.net 2.0 core reference" from mspress is their manual available in "C#"

where is the "microsoft ASP.net 2.0 core reference" from mspress in "VB" ?
very hard to find complete training source materials in VB - my personal experience
"Juan T. Llibre" <no***********@ nowhere.comwrot e in message news:On******** *****@TK2MSFTNG P05.phx.gbl...
re:
>MS is pushing C# very very hard and trying desparately to kill off VB.

That's -simply- not so.

re:
>It's almost impossible to find complete help samples in VB these days.

Compare the current downloads for each language at the MS Download Center :

C# :
http://www.microsoft.com/downloads/B...tCriteria=date

There's 213 downloads for Visual C#.

VB.NET:
http://www.microsoft.com/downloads/B...tCriteria=date

There's 331 downloads for VB.NET.

Over and above the individual language downloads,
there's hundreds more downloads which include both languages.

You are spreading FUD...and I wonder why you're doing it.


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espańol : http://asp.net.do/foros/
=============== =============== =====
"Jon Paal" <Jon[ nospam ]Paal @ everywhere dot comwrote in message news:Oi******** ******@TK2MSFTN GP04.phx.gbl...
>MS is pushing C# very very hard and trying desparately to kill off VB. It's almost impossible to find complete help samples in
VB these days.

Developers either convert to C# or die off with their latinesque language

.. or move to Coldfusion :)
"tom c" <to******@gmail .comwrote in message news:11******** **************@ b28g2000cwb.goo glegroups.com.. .
>>Would it be correct to say the VB is still the language most used for
Dot Net programming, and C# the second most used?



Sep 7 '06 #5
Jon,
as Juan correctly explained, this is not true (fortunately or unfortunately
as the case may be). I'd be vaguely happy if VB.NET developers would simply
learn to turn on Option Strict and Option Explicit.
Peter

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


"Jon Paal" wrote:
MS is pushing C# very very hard and trying desparately to kill off VB. It's almost impossible to find complete help samples in VB
these days.

Developers either convert to C# or die off with their latinesque language

... or move to Coldfusion :)
"tom c" <to******@gmail .comwrote in message news:11******** **************@ b28g2000cwb.goo glegroups.com.. .
Would it be correct to say the VB is still the language most used for
Dot Net programming, and C# the second most used?


Sep 7 '06 #6
re:
where is the "microsoft ASP.net 2.0 core reference" from mspress in "VB" ?
So what ?

The .Net Framework 2.0 Class Library Reference isn't out yet, while the 1.1 lib ref is.
That doesn't mean that Microsoft is dropping support for the .Net Framework 2.0.

You can't base a theory that speculates dropping support
for a language on a particular book not having come out.

re:
very hard to find complete training source materials in VB - my personal experience
You don't have to rely on MS Press.

Here's a complete ASP.NET 2.0 tutorial which uses -exclusively- VB.NET :
http://msconline.maconstate.edu/tuto...20/default.htm

You'll have a hard time finding a better one.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espańol : http://asp.net.do/foros/
=============== =============== =====
"Jon Paal" <Jon[ nospam ]Paal @ everywhere dot comwrote in message
news:ON******** ******@TK2MSFTN GP03.phx.gbl...
"microsoft ASP.net 2.0 core reference" from mspress is their manual available in "C#"

where is the "microsoft ASP.net 2.0 core reference" from mspress in "VB" ?
very hard to find complete training source materials in VB - my personal experience
"Juan T. Llibre" <no***********@ nowhere.comwrot e in message
news:On******** *****@TK2MSFTNG P05.phx.gbl...
>re:
>>MS is pushing C# very very hard and trying desparately to kill off VB.

That's -simply- not so.

re:
>>It's almost impossible to find complete help samples in VB these days.

Compare the current downloads for each language at the MS Download Center :

C# :
http://www.microsoft.com/downloads/B...tCriteria=date

There's 213 downloads for Visual C#.

VB.NET:
http://www.microsoft.com/downloads/B...tCriteria=date

There's 331 downloads for VB.NET.

Over and above the individual language downloads,
there's hundreds more downloads which include both languages.

You are spreading FUD...and I wonder why you're doing it.


Juan T. Llibre, asp.net MVP
aspnetfaq.co m : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espańol : http://asp.net.do/foros/
============== =============== ======
"Jon Paal" <Jon[ nospam ]Paal @ everywhere dot comwrote in message
news:Oi******* *******@TK2MSFT NGP04.phx.gbl.. .
>>MS is pushing C# very very hard and trying desparately to kill off VB. It's almost impossible
to find complete help samples in VB these days.

Developers either convert to C# or die off with their latinesque language

.. or move to Coldfusion :)
"tom c" <to******@gmail .comwrote in message
news:11****** *************** *@b28g2000cwb.g ooglegroups.com ...
Would it be correct to say the VB is still the language most used for
Dot Net programming, and C# the second most used?




Sep 8 '06 #7
The total lack of MS books with VB, which is precisely my point...

I've been using maconstate for years because MS doesn't provide the necessary VB support.
another example is :

"Developing Microsoft ASP.NET Server Controls and Components " from MS Press is in C#
Sep 8 '06 #8

"Jon Paal" <Jon[ nospam ]Paal @ everywhere dot comwrote in message
news:eA******** ******@TK2MSFTN GP02.phx.gbl...
The total lack of MS books with VB, which is precisely my point...

I've been using maconstate for years because MS doesn't provide the necessary
VB support.
another example is :

"Developing Microsoft ASP.NET Server Controls and Components " from MS Press
is in C#
Your argument doesn't hold water, drop it. Microsoft has made no announcement
that VB will not be continued. They've supported BASIC since MS-DOS days while
other software companies dropped it outright. About the only advantage C# has
in this regard is that it's been formally released as a standard (ECMA 334)
whereas VB has not.
Sep 8 '06 #9
when books are released in VB first then we'll know it has a future.
Sep 9 '06 #10

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

Similar topics

23
2803
by: darwinist | last post by:
What PHP Represents There is no shortage of complaints one could make about php as a language, and although the list does shrink with each release, some of them are inherent to the origins and development process of this, the most popular of the web-based, server-side, glue-languages. That said, most descriptions of what is good about php, fail to do it justice. Although they are generally enthusiastic and sometimes fanatical, no...
220
18995
by: Brandon J. Van Every | last post by:
What's better about Ruby than Python? I'm sure there's something. What is it? This is not a troll. I'm language shopping and I want people's answers. I don't know beans about Ruby or have any preconceived ideas about it. I have noticed, however, that every programmer I talk to who's aware of Python is also talking about Ruby. So it seems that Ruby has the potential to compete with and displace Python. I'm curious on what basis it...
56
3729
by: Xah Lee | last post by:
What are OOP's Jargons and Complexities Xah Lee, 20050128 The Rise of Classes, Methods, Objects In computer languages, often a function definition looks like this: subroutine f (x1, x2, ...) { variables ... do this or that }
137
7053
by: Philippe C. Martin | last post by:
I apologize in advance for launching this post but I might get enlightment somehow (PS: I am _very_ agnostic ;-). - 1) I do not consider my intelligence/education above average - 2) I am very pragmatic - 3) I usually move forward when I get the gut feeling I am correct - 4) Most likely because of 1), I usually do not manage to fully explain 3) when it comes true. - 5) I have developed for many years (>18) in many different environments,...
0
1292
by: UrsusMaximus | last post by:
One measurement by which Python is more popular than Ruby, Java, Perl, PHP and .NET is in the world of Podcasts. At Podcastalley, podcasts are ranked by popularity in each of several genre's. In the "Technology" genre there are 1026 podcasts listed and ranked, and of the ones that are about programming languages and related areas, they show up in the rankings like this: 32. Python411 44. Perlcast 49. ProPHP
20
1976
by: James++ | last post by:
Hi all, I have been recently assigned the responsibility to conduct a survey, the aim of which to find the most popular programming language. I know that many of you program only in C#, but will be conducting this survey in other groups. The outcome will determine the plans for the future for some of the programming languages. Please reply with the name of your favourite programming language Thank you very much for taking part in this...
62
3886
by: Xah Lee | last post by:
Criticism versus Constructive Criticism Xah Lee, 2003-01 A lot intelligent people are rather confused about criticism, especially in our “free-speech” free-for-all internet age. When they say “constructive criticisms are welcome” they mostly mean “bitching and complaints not welcome”. Rarely do people actually mean that “criticism without suggestion of possible solutions are not welcome” or “impolite criticism not...
669
25854
by: Xah Lee | last post by:
in March, i posted a essay “What is Expressiveness in a Computer Language”, archived at: http://xahlee.org/perl-python/what_is_expresiveness.html I was informed then that there is a academic paper written on this subject. On the Expressive Power of Programming Languages, by Matthias Felleisen, 1990. http://www.ccs.neu.edu/home/cobbe/pl-seminar-jr/notes/2003-sep-26/expressive-slides.pdf
3
1586
by: mohamed azaz | last post by:
Hi every body I am still student in computer science I learned c++ , what is more spread c++ or java or which language ??? please any one answer me to learn it befor I garduate...... thank you??? bye
0
8361
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8278
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8701
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8584
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7299
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 launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4144
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4290
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1912
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1588
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.