473,657 Members | 2,800 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

attitude difference in programmers

guy
Stirring up trouble here;)
why is it that C# programmers try and denigrate VB.NET while VB.NET developers seem to have no problem with C# but just prefer VB.NET?
I use both and this generally seems to be the attitude, not with everyone obviously!
Nov 20 '05 #1
7 1408
IMHO

Because some C# programmers come from C or C++ or even Java backgrounds, a
few of them see themselves as elitist. This is a throwback really to the
days when if you were a C++ programmer, then you were god. It was so much
harder to code in an unmanaged environment where getting the bounds wrong on
a for loop for example could result in your code crashing because you wrote
over other variables on the stack.

This attitude has to some degree permeated into the C# world. However, I
would say that most good C# programmers are intelligent enough to understand
that this kind of prejudice is of no value and that VB is a mature capable
language.

I personally come from a C++ background origionally, but I do not carry
these kinds of views personally at all. I find VB more natural to code in
than C#.
HTH
--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

"guy" <gu*@discussion s.microsoft.com > wrote in message
news:F8******** *************** ***********@mic rosoft.com...
Stirring up trouble here;)
why is it that C# programmers try and denigrate VB.NET while VB.NET developers seem to have no problem with C# but just prefer VB.NET? I use both and this generally seems to be the attitude, not with everyone

obviously!
Nov 20 '05 #2
Hi Guy,
Stirring up trouble here;)
why is it that C# programmers try and denigrate VB.NET while VB.NET developers seem to have no problem with C# but just prefer VB.NET? I use both and this generally seems to be the attitude, not with everyone

obviously!

Mostly because they have never used it, because C# has very much legacy C
stuff it is very easy to use for C and Java programmers. (For me it is more
the IDE from VBNet, some very handy functions and the not being of that
legacy C stuff that makes the difference in the advantage of VBNet).

However the ones who started to learn it even the most puritans C# people
talk mostly in an other way after that. Look at this page.

http://www.pobox.com/~skeet/csharp/faq/#vb.or.csharp

:-)

Cor
Nov 20 '05 #3
Hi Terry,

I did not read your message when I sand mine and did not even know it was
there.

:-)

Cor
Nov 20 '05 #4
* =?Utf-8?B?Z3V5?= <gu*@discussion s.microsoft.com > scripsit:
Stirring up trouble here;)
why is it that C# programmers try and denigrate VB.NET while VB.NET
developers seem to have no problem with C# but just prefer VB.NET?
I use both and this generally seems to be the attitude, not with
everyone obviously!


That's because VB programmers have nothing to loose, but C# programmers
have. They are afraid that there could be a better programming language
than C#.

SCNR

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #5
guy
and they are correct:)

"Herfried K. Wagner [MVP]" wrote:
* =?Utf-8?B?Z3V5?= <gu*@discussion s.microsoft.com > scripsit:
Stirring up trouble here;)
why is it that C# programmers try and denigrate VB.NET while VB.NET
developers seem to have no problem with C# but just prefer VB.NET?
I use both and this generally seems to be the attitude, not with
everyone obviously!


That's because VB programmers have nothing to loose, but C# programmers
have. They are afraid that there could be a better programming language
than C#.

SCNR

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #6
"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in message
news:OC******** ******@TK2MSFTN GP12.phx.gbl...
IMHO

Because some C# programmers come from C or C++ or even Java backgrounds, a
few of them see themselves as elitist. This is a throwback really to the
days when if you were a C++ programmer, then you were god.


And giving up the delusion that you're a god is not an easy one...
Nov 20 '05 #7
IMHO I think Cor hit the nail on the head.
I like the VB IDE. If I had to write VB code in notepad or something like it and
compile it, I would be less inclined to use descriptive names and such. But I
really like the autocomplete, not having to worry about case, curly braces,
parenthesis, etc.
VB6 IDE made even the best C IDE I've seen pale in comparison. VB.Net IDE makes
the VB6 IDE pale, and it keeps getting better. If I had a C IDE like VB.Net a
decade ago, then I might write more C code nowadays.
I think part of the problem is that just about anyone can write something in VB
that works, but that doesn't mean it is good programming. This in general makes
C programmers look down on VB as they believe you just can't write good code in
VB.
Conversely, if you don't know anything about programming and try to pound out a
working C program, you are not going to have much luck.
But I think one of the big differences here is that most seasoned VB programmers
have spent many hours pouring over C header files to interoperate with DLL's.
Sometimes we have little choice but to employ C to overcome some of VB's
limitations. Don't hear of too many C programmers reading VB code.
C(++,#, etc) gurus tend to think C is much cleaner, easier to read, etc. This
one I just don't get.
Somehow something like:
MyClass myClass = MyClass.MyClass

(Yes, I see things like that in C# quite often. Just saw one today.)
is cleaner than something like:
Dim oMyClass as MyClass = MyClassFactory. CreateInstance( )

I just don't understand how it is CLEAR that myClass is an instance of MyClass
which is created and returned by the shared MyClass property on MyClass.

I guess it is what you know. VB is as foreign to them as C is to many VB
programmers.
Just like Mac vs. Linux vs. Windows vs. Unix, etc.

Gerald

"Cor Ligthert" <no**********@p lanet.nl> wrote in message
news:Ot******** ******@tk2msftn gp13.phx.gbl...
Hi Guy,
Stirring up trouble here;)
why is it that C# programmers try and denigrate VB.NET while VB.NET

developers seem to have no problem with C# but just prefer VB.NET?
I use both and this generally seems to be the attitude, not with everyone

obviously!

Mostly because they have never used it, because C# has very much legacy C
stuff it is very easy to use for C and Java programmers. (For me it is more
the IDE from VBNet, some very handy functions and the not being of that
legacy C stuff that makes the difference in the advantage of VBNet).

However the ones who started to learn it even the most puritans C# people
talk mostly in an other way after that. Look at this page.

http://www.pobox.com/~skeet/csharp/faq/#vb.or.csharp

:-)

Cor

Nov 20 '05 #8

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

Similar topics

5
2067
by: Batista, Facundo | last post by:
One detail I found, don't now if it's ok: Python 2.1.1 (#4, Mar 8 2002, 12:32:24) on sunos5 >>> a = 'ñ' >>> a '\xf1' >>> print a ñ
7
12520
by: cody | last post by:
What is the difference between OleDBConnection and SqlConnection? Or better expressed, what is OleDB? -- cody www.deutronium.de.vu || www.deutronium.tk
5
1998
by: Hal Styli | last post by:
Hello, can anyone explain the difference between the above declarations and why anyone would stray from the first. Are the other 2 standard, couldnt find them in K&R2. Thanks, Hal.
4
1502
by: Hugh O | last post by:
Hi, My question may be very elementary to everyone else but not to me. I have substantial VB experience but absolutely no VS.Net experience. I have an Access application with a lot of VB code that I want to translate into a web based application, so I have been going through the VS.Net Web application walkthroughs trying to educate myself. The walk throughs clearly offer distinct implementation options for either VB or C. I can...
102
7036
by: Xah Lee | last post by:
i had the pleasure to read the PHP's manual today. http://www.php.net/manual/en/ although Pretty Home Page is another criminal hack of the unix lineage, but if we are here to judge the quality of its documentation, it is a impeccability. it has or possesses properties of:
10
1574
by: Tina | last post by:
In vb we say.... Dim theRow As dsLogin.CustLoginRow theRow = DsLogin1.CustLogin.Rows(0) If I try to say the following in C# it says I can't do an implicit conversion... dsLogin.CustLoginRow theRow; theRow = dsLogin1.CustLogin.Rows;
13
1767
by: Jon Slaughter | last post by:
Is there any difference between these "languages" any more or are they just syntactically different but represent the same thing? A long time ago VB was more for "noobs" while something like C++ was for experts. While you could also do one thing in the other it wasn't always easy. Seems now that .Net has made these languages fundamentally the same but only syntactically different? Jon
11
19960
by: YZXIA | last post by:
Is there any difference between explicit inner join and implicit inner join Example of an explicit inner join: SELECT * FROM employee INNER JOIN department ON employee.DepartmentID = department.DepartmentID
350
11698
by: Lloyd Bonafide | last post by:
I followed a link to James Kanze's web site in another thread and was surprised to read this comment by a link to a GC: "I can't imagine writing C++ without it" How many of you c.l.c++'ers use one, and in what percentage of your projects is one used? I have never used one in personal or professional C++ programming. Am I a holdover to days gone by?
0
8403
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
8316
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
8833
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
7345
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...
1
6174
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5636
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4327
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1967
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1730
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.